New design

This commit is contained in:
2025-07-30 22:00:29 +02:00
parent 47a13d3083
commit d0cbc63859
22 changed files with 580 additions and 842 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
import ui
if __name__=="__main__":
ui.LayoutManager.run()
import negstation
if __name__ == "__main__":
negstation.NegStation().run()