mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-11 02:57:57 +01:00
5 lines
81 B
Python
5 lines
81 B
Python
#!/usr/bin/env python3
|
|
|
|
from powerdnsadmin import create_app
|
|
|
|
app = create_app()
|