core-extra/daemon/examples/myservices/__init__.py
2013-08-29 14:21:13 +00:00

7 lines
257 B
Python

"""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"]