refactor: bix cleanup

This commit is contained in:
Dobin
2024-02-16 08:34:46 +00:00
parent cb40434aae
commit 7d6e726fab
9 changed files with 125 additions and 167 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
from model import *
from defs import *
class Project():
def __init__(self):
@@ -32,5 +32,8 @@ class Project():
self.generate_asm_from_c: bool = True
self.generate_shc_from_asm: bool = True
self.verify_filename = r'C:\Temp\a'
self.build_dir = "build"
project = Project()