car_ui/main.py
2026-01-09 03:06:15 +03:00

5 lines
66 B
Python

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