1st version

This commit is contained in:
2024-03-06 15:24:09 +01:00
commit ef23c9f6e6
2 changed files with 12 additions and 0 deletions

4
vrmpdvsetupapp.py Normal file
View File

@@ -0,0 +1,4 @@
from vrmpdvsetuppage import app
if __name__ == "__main__":
app.run()