first commit

This commit is contained in:
2026-04-04 21:30:35 +07:00
commit d66041fa31
24 changed files with 503 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
"""
Referral UX (invite links, balances, leaderboards) will register here.
Deep-link attribution on /start is handled by ReferralService + UserService.ensure_user.
"""
from aiogram import Router
router = Router(name="referral")
# Example (future):
# @router.message(Command("refer"))
# async def cmd_refer(...): ...