vban-cmd-python/vban_cmd/__init__.py

4 lines
53 B
Python
Raw Normal View History

2022-02-25 14:37:23 +00:00
from .vban_cmd import connect
__ALL__ = ['connect']