ytd_12-bit_computer/pytd12dk/compiler/__init__.py

9 lines
80 B
Python

# Kyler Olsen
# Feb 2024
from . import compiler
__all__ = [
'compiler',
]