mirror of
https://github.com/hoshikawa2/rfp_response_automation.git
synced 2026-03-06 10:11:08 +00:00
4 lines
80 B
Python
4 lines
80 B
Python
from .routes import users_bp
|
|
from .model import db
|
|
|
|
__all__ = ["users_bp", "db"] |