This commit is contained in:
2024-04-09 13:05:50 +02:00
Unverified
parent 2ff9f82a53
commit 8f9ef3f4ff
3 changed files with 140 additions and 0 deletions

5
camera.py Normal file
View File

@@ -0,0 +1,5 @@
from src.app import App
if __name__ == "__main__":
app = App()
app.main()