Direktori : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/supervisor/ |
Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/supervisor/confecho.py |
import pkg_resources import sys from supervisor.compat import as_string def main(out=sys.stdout): config = pkg_resources.resource_string(__name__, 'skel/sample.conf') out.write(as_string(config))