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

4 lines
66 B
Python

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