add user to org

This commit is contained in:
2025-11-10 21:37:12 -03:00
parent 9ff11c997c
commit 648da66c90
8 changed files with 286 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
from .admins import router as admins
from .custom_pricing import router as custom_pricing
__all__ = ['custom_pricing']
__all__ = ['admins', 'custom_pricing']