magic-wormhole/src/wormhole/__init__.py

5 lines
152 B
Python
Raw Normal View History

from ._rlcompleter import input_with_completion
2018-04-21 07:30:08 +00:00
from .wormhole import create, __version__
__all__ = ["create", "input_with_completion", "__version__"]