mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
b9db01c8f4
now packaged with poetry. added to pypi. major version bump due to dependency change. interface reworked to match the remote-api interface. readme updated with changes to installation pre-commit hook temporarily removed
4 lines
67 B
Python
4 lines
67 B
Python
from .factory import request_vbancmd_obj as api
|
|
|
|
__ALL__ = ["api"]
|