+ use class and logging

This commit is contained in:
oleting
2020-12-26 10:53:11 +01:00
parent e8962c7497
commit 039a8489b3
3 changed files with 130 additions and 98 deletions

View File

@@ -4,6 +4,7 @@ import logging
from draw.Iinstruction import Iinstruction
from interpreter import interpret_source as itp
from draw import code_to_image as cti
# from gui.gui import
class NassiShneidermanDiagram: