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

3
vmcompact/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .app import connect
__ALL__ = ["connect"]