This commit is contained in:
2024-04-20 22:27:45 +02:00
Unverified
parent 8766725953
commit a7b1873e2a
9 changed files with 378 additions and 160 deletions

5
3d_renderer.py Normal file
View File

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