core-extra/package/examples/myservices/__init__.py

8 lines
257 B
Python
Raw Permalink Normal View History

"""myservices
Custom services that you define can be put in this directory. Everything
listed in __all__ is automatically loaded when you add this directory to the
custom_services_dir = '/full/path/to/here' core.conf file option.
"""
__all__ = ["sample"]