6 lines
129 B
Python
6 lines
129 B
Python
from app import app as application
|
|
from config_endpoints.setup_web import setup_web
|
|
|
|
|
|
application.register_blueprint(setup_web)
|
|
|