mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-02-22 09:45:14 +00:00
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
5 lines
65 B
Python
5 lines
65 B
Python
class VMCMDErrors(Exception):
|
|
"""general errors"""
|
|
|
|
pass
|