7 lines
133 B
Python
7 lines
133 B
Python
from wormhole.cli import cli
|
|
|
|
if __name__ != "__main__":
|
|
raise ImportError('this module should not be imported')
|
|
|
|
cli.wormhole()
|