статусы

This commit is contained in:
Artem Tsyrulnikov
2026-01-28 17:15:28 +03:00
parent e87958fb60
commit 2627cafa91
11 changed files with 333 additions and 3 deletions

View File

@@ -19,7 +19,9 @@ __all__ = (
'Placement',
'PlacementStatus',
'PlacementType',
'parse_format_duration',
'PlacementPost',
'PlacementPostStatus',
'Creative',
'CreativeMedia',
'replace_invite_link_with_tag',
@@ -119,8 +121,9 @@ from .placement import (
Placement,
PlacementStatus,
PlacementType,
parse_format_duration,
)
from .placement_post import PlacementPost
from .placement_post import PlacementPost, PlacementPostStatus
from .post import Post
from .post_views_history import PostViewsHistory
from .project import Project, ProjectStatus