WindowsProtocolViewer/start.py
2024-04-06 16:30:54 +02:00

5 lines
59 B
Python

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