car_ui/main_new.py
2026-01-08 23:13:01 +03:00

5 lines
78 B
Python

from app_new import run_app_new
if __name__ == "__main__":
run_app_new()