Files
NegStation/main.py
2025-07-28 15:00:25 +02:00

4 lines
62 B
Python

import ui
if __name__=="__main__":
ui.LayoutManager.run()