This commit is contained in:
2024-04-09 17:24:02 +02:00
Unverified
parent 8f9ef3f4ff
commit 8766725953
8 changed files with 156 additions and 71 deletions

5
virtual_camera.py Normal file
View File

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