car_ui/main.py
2026-01-08 01:37:17 +03:00

5 lines
66 B
Python

from app import run_app
if __name__ == "__main__":
run_app()