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