"""CreatorPlus package.""" from creatorplus.version import VERSION __version__ = VERSION __all__ = [ "config", "jobs", "__version__", ]