This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/main.py
2023-06-01 12:59:18 +02:00

4 lines
70 B
Python

from src.gui import GUI
if __name__ == "__main__":
GUI().start()