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