+ author and description
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""new_window_layouts.py: create layouts"""
|
||||
|
||||
__author__ = "oleting"
|
||||
|
||||
|
||||
import PySimpleGUI as sg
|
||||
|
||||
class Layout_std:
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""utils.py: utils for gui.py"""
|
||||
|
||||
__author__ = "oleting, Weckyy702"
|
||||
|
||||
|
||||
from errors.custom import NoPathError
|
||||
from interpreter.NassiShneidermann import NassiShneidermanDiagram, Overwrite_behaviour, OB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user