Fixed NSD

This commit is contained in:
weckyy702
2021-01-05 00:29:20 +01:00
parent 46966dca7a
commit 3ebcee8d53

View File

@@ -1,13 +1,12 @@
from os import stat from os import stat
from interpreter.interpret_source import Function_scope from interpreter.interpret_source import Function_scope
from typing import Dict, List, Optional from typing import Dict, List, Optional
from PySimpleGUI import one_line_progress_meter from PySimpleGUI import one_line_progress_meter #this sucks
import logging import logging
from enum import IntEnum from enum import IntEnum
import os.path import os.path
import secrets import secrets
from draw.Iinstruction import Iinstruction
from interpreter.interpret_source import JavaInterpreter from interpreter.interpret_source import JavaInterpreter
from draw.code_to_image_wrapper import NSD_writer from draw.code_to_image_wrapper import NSD_writer
import draw.code_to_image as cti import draw.code_to_image as cti