2018-11-13 17:59:36 +00:00
|
|
|
from __future__ import absolute_import, print_function, unicode_literals
|
2018-04-11 04:33:50 +00:00
|
|
|
if __name__ == "__main__":
|
|
|
|
from .cli import cli
|
|
|
|
cli.wormhole()
|
|
|
|
else:
|
|
|
|
# raise ImportError('this module should not be imported')
|
|
|
|
pass
|