initial commit

initial commit
This commit is contained in:
onyx-and-iris
2022-04-11 18:35:28 +01:00
parent 594988aa67
commit 3eec86e5ed
180 changed files with 3140 additions and 0 deletions

4
vmcompact/errors.py Normal file
View File

@@ -0,0 +1,4 @@
class VMCompactErrors(Exception):
"""Base classs for VMCompact Errors"""
pass