mirror of
https://github.com/kemko/PowerDNS-Admin.git
synced 2026-01-01 15:45:45 +03:00
5 lines
103 B
Python
Executable File
5 lines
103 B
Python
Executable File
#!flask/bin/python
|
|
from app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug = True, port=9191) |