vban-cmd-python/vbancmd/__init__.py

4 lines
52 B
Python
Raw Normal View History

from .vbancmd import connect
__ALL__ = ['connect']