размещения ручки

This commit is contained in:
Artem Tsyrulnikov
2026-01-20 20:15:18 +03:00
parent 33c9121571
commit e8ff317566
35 changed files with 949 additions and 290 deletions

View File

@@ -20,7 +20,6 @@ __all__ = (
'PlacementStatus',
'PlacementType',
'PlacementPost',
'PlacementPostStatus',
'Creative',
'replace_invite_link_with_tag',
'validate_media_size',
@@ -34,7 +33,6 @@ __all__ = (
'SubscriptionStatus',
'InviteLinkType',
'CostType',
'PostViewsAvailability',
'LoginToken',
'UserNotFound',
'WorkspaceNotFound',
@@ -104,7 +102,7 @@ from .placement import (
PlacementStatus,
PlacementType,
)
from .placement_post import PlacementPost, PlacementPostStatus, PostViewsAvailability
from .placement_post import PlacementPost
from .post import Post
from .post_views_history import PostViewsHistory
from .project import Project, ProjectStatus