Crystalnix/termius-cli

View on GitHub
termius/handlers/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
"""Package with sync-cloud commands."""
from .host import HostCommand, HostsCommand  # noqa
from .group import GroupCommand, GroupsCommand  # noqa
from .snippet import SnippetCommand, SnippetsCommand  # noqa
from .pf_rule import PFRuleCommand, PFRulesCommand  # noqa
from .identity import IdentityCommand, IdentitiesCommand  # noqa
from .ssh_key import SshKeyCommand, SshKeysCommand  # noqa
from .tag import TagsCommand  # noqa
from .info import InfoCommand  # noqa
from .connect import ConnectCommand  # noqa
from .init import InitCommand # noqa