+ author and description

This commit is contained in:
oleting
2021-02-09 15:42:14 +01:00
parent 99cc7993fa
commit 96b4aedf66
10 changed files with 68 additions and 0 deletions

5
run.py
View File

@@ -1,4 +1,9 @@
#!/usr/bin/env python
"""run.py: entrypoint"""
__author__ = "oleting, Weckyy702"
from gui.gui import Gui as gui
from sys import argv