+ 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

View File

@@ -1,3 +1,10 @@
#!/usr/bin/env python
"""gui.py: handle and init Gui."""
__author__ = "oleting"
from gui.utils import nassi, output
from gui.new_window_layouts import Layout_std, Layout_settings
from errors.custom import JavaSyntaxError, ScopeNotFoundException, InterpreterException, NoPathError