6 lines
No EOL
79 B
Python
6 lines
No EOL
79 B
Python
from SE_API import API
|
|
|
|
app = API.app
|
|
|
|
if __name__ == '__main__':
|
|
app.run() |