magic-wormhole/src/wormhole/__main__.py
2018-06-16 16:09:38 -07:00

7 lines
133 B
Python

from wormhole.cli import cli
if __name__ != "__main__":
raise ImportError('this module should not be imported')
cli.wormhole()