Reorganized project
This commit is contained in:
parent
02dbbd9040
commit
16ebe02c56
|
@ -1,3 +1,4 @@
|
|||
*.ods#
|
||||
docs/*.pdf
|
||||
__pycache__
|
||||
bin
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# Kyler Olsen
|
||||
# Feb 2024
|
||||
|
||||
from . import emulator, assembler, compiler
|
||||
|
||||
__all__ = [
|
||||
'emulator',
|
||||
'assembler',
|
||||
'compiler',
|
||||
]
|
Loading…
Reference in New Issue