Newer
Older
#!/usr/bin/env python
#coding=utf8
'''
CloudControl CLI Commands Package
'''
# bunch of command
from cccli.command.account import *
from cccli.command.tag import *
from cccli.command.vm import *
# by command module
from cccli.command.execute import Command_execute
from cccli.command.kill import Command_kill
from cccli.command.list import Command_list
from cccli.command.server import Command_server
from cccli.command.shutdown import Command_shutdown