pycecil/cecil/__init__.py

11 lines
145 B
Python

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