This commit is contained in:
weckyy702
2021-02-09 15:55:27 +01:00
parent 7709b0c10c
commit 9675f24d30

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python """NassiShneidermann.py: Classes for the Java Instruction found by the Interpreter"""
"""NassiShneidermann.py: #TODO"""
__author__ = "Weckyy702" __author__ = "Weckyy702"
@@ -20,7 +18,7 @@ import draw.code_to_image as cti
class Overwrite_behaviour(IntEnum): class Overwrite_behaviour(IntEnum):
SKIP = 0 SKIP = 0
OVERWWRITE = 1 OVERWRITE = 1
RANDOM_NAME = 2 RANDOM_NAME = 2
OB = Overwrite_behaviour OB = Overwrite_behaviour