6 lines
131 B
Python
6 lines
131 B
Python
from .blueprint import api
|
|
from .install import post_install
|
|
|
|
from .library import api_library
|
|
|
|
api.register_blueprint(api_library) |