Files
OBD2-Simulator/main.py
2025-08-24 23:46:59 +02:00

5 lines
76 B
Python

from app.gui import launch_gui
if __name__ == "__main__":
launch_gui()