All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 46s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
162 B
Python
4 lines
162 B
Python
from .identity.routes import register as register_identity_bp
|
|
from .social.routes import register as register_social_bp
|
|
from .fragments import register_fragments
|