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