Files
3DRenderer/camera.py
2024-04-09 13:05:50 +02:00

5 lines
82 B
Python

from src.app import App
if __name__ == "__main__":
app = App()
app.main()