add zustard

This commit is contained in:
2025-12-30 14:37:53 -03:00
parent 58068cd463
commit bad7e15f46
15 changed files with 349 additions and 280 deletions

View File

@@ -1,4 +1,5 @@
from .add import router as add
from .address import router as address
from .admins import router as admins
from .billing import router as billing
from .custom_pricing import router as custom_pricing
@@ -9,6 +10,7 @@ from .users.batch_jobs import router as batch_jobs
__all__ = [
'add',
'address',
'admins',
'billing',
'custom_pricing',