All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
156 B
Python
4 lines
156 B
Python
from .account.routes import register as register_account_bp
|
|
from .auth.routes import register as register_auth_bp
|
|
from .fragments import register_fragments
|