Files
vrmpdv/vrmpdvsetupapp.py
2024-03-06 15:24:09 +01:00

5 lines
74 B
Python

from vrmpdvsetuppage import app
if __name__ == "__main__":
app.run()