+ 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,11 @@
#!/usr/bin/env python
"""NassiShneidermann.py: #TODO"""
__author__ = "Weckyy702"
from typing import Dict, List, Optional
from PySimpleGUI import one_line_progress_meter
import logging

View File

@@ -1,3 +1,9 @@
#!/usr/bin/env python
"""function_scope.py: #TODO"""
__author__ = "Weckyy702"
from typing import Iterable, List
from draw.Iinstruction import Iinstruction

View File

@@ -1,3 +1,11 @@
#!/usr/bin/env python
"""interpret_source.py: #TODO"""
__author__ = "Weckyy702"
import logging
import re
from typing import Dict, List, Match, Tuple, Union, Iterable