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