90% сеньоров плачат на таких коммитах

This commit is contained in:
Artem Tsyrulnikov
2025-12-15 19:10:41 +03:00
parent fda91cb6d8
commit 71e5a38efc
42 changed files with 403 additions and 302 deletions

View File

@@ -13,7 +13,6 @@ __all__ = (
'PermissionKey',
'PermissionScopeType',
'Channel',
'ChannelVerificationStatus',
'Project',
'ProjectStatus',
'PurchasePlan',
@@ -22,8 +21,9 @@ __all__ = (
'PurchasePlanChannelStatus',
'Creative',
'Placement',
'Post',
'Subscription',
'PlacementViewsHistory',
'PostViewsHistory',
'TelegramState',
'TelegramStateEnum',
'ChannelNotFound',
@@ -55,7 +55,7 @@ __all__ = (
'UserByUsernameNotFound',
)
from .channel import Channel, ChannelVerificationStatus
from .channel import Channel
from .creative import Creative, CreativeStatus
from .error import (
ChannelAlreadyExists,
@@ -80,7 +80,8 @@ from .error import (
)
from .login_token import LoginToken
from .placement import InviteLinkType, Placement, PlacementStatus, PostViewsAvailability
from .placement_views_history import PlacementViewsHistory
from .post import Post
from .post_views_history import PostViewsHistory
from .project import Project, ProjectStatus
from .purchase_plan import (
PurchasePlan,