docker-pdns/pdns-admin/run.py

5 lines
81 B
Python

#!/usr/bin/env python3
from powerdnsadmin import create_app
app = create_app()