Files
OBD2-Simulator/main.py

6 lines
86 B
Python

# main.py
from app.app import launch_gui
if __name__ == "__main__":
launch_gui()