p8btools/__init__.py

4 lines
70 B
Python

from .preprocessor import Cart, LuaCode
__all__ = ['Cart','LuaCode']