Camera connection added
This commit is contained in:
5
negstation.py
Executable file
5
negstation.py
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
import ui
|
||||
|
||||
if __name__=="__main__":
|
||||
ui.LayoutManager.run()
|
Reference in New Issue
Block a user