Camera connection added

This commit is contained in:
2025-07-28 16:03:34 +02:00
parent 4e1a9f0182
commit 7e729618de
8 changed files with 224 additions and 12 deletions

5
negstation.py Executable file
View File

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