magic-wormhole/src/wormhole/__main__.py
2017-05-23 21:01:21 -07:00

9 lines
127 B
Python

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