11 lines
152 B
Python
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
|
|
|