9 lines
119 B
Python
9 lines
119 B
Python
#!usr/local/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from api_redadeg import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|