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: #TODO"""
"""NassiShneidermann.py: Classes for the Java Instruction found by the Interpreter"""
__author__ = "Weckyy702"
@@ -20,7 +18,7 @@ import draw.code_to_image as cti
class Overwrite_behaviour(IntEnum):
SKIP = 0
OVERWWRITE = 1
OVERWRITE = 1
RANDOM_NAME = 2
OB = Overwrite_behaviour