feat: переезд на tortose

This commit is contained in:
Artem Tsyrulnikov
2025-12-11 09:17:31 +03:00
parent 2af23f84fe
commit 0f0de396e1
16 changed files with 437 additions and 611 deletions

View File

@@ -1,5 +1,4 @@
__all__ = (
'Base',
'User',
'TargetChannel',
'ExternalChannel',
@@ -31,7 +30,6 @@ __all__ = (
'PlacementNotFound',
)
from .base import Base
from .creative import Creative, CreativeStatus
from .error import (
ChannelAlreadyExists,