4 lines
66 B
Python
4 lines
66 B
Python
from .app import app
|
|
from flask_restful import Api
|
|
|
|
api = Api(app) |