4 lines
55 B
Python
4 lines
55 B
Python
|
from .compiler import compiler
|
||
|
|
||
|
__all__ = ["compiler"]
|