vban-cmd-python/vban_cmd/__init__.py
onyx-and-iris b9db01c8f4 major version bump due to dependency change.
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
2022-06-16 16:10:06 +01:00

4 lines
67 B
Python

from .factory import request_vbancmd_obj as api
__ALL__ = ["api"]