pycecil/cecil/__init__.py
2020-10-21 11:51:28 -06:00

11 lines
152 B
Python

__doc__ = """
Cecil's Python Modules
Full of awesome little tools that do magic and stuff.
""".lstrip()
__all__ = ["core"]
from . import preconfig