MukeshKapoor25's picture
feat(leave,wallet): Add leave and wallet modules with JWT auth
a558c77
raw
history blame contribute delete
99 Bytes
"""
Wallet controllers.
"""
from app.wallet.controllers.router import router
__all__ = ["router"]