правки имен

This commit is contained in:
Artem Tsyrulnikov
2026-01-18 13:18:00 +03:00
parent 4705e88663
commit c304ba4ec7
10 changed files with 108 additions and 146 deletions

View File

@@ -1,5 +0,0 @@
from .fetch_publication_post_cycle import fetch_publication_post_cycle
from .get_publication import get_publication
from .get_publications import get_publications
__all__ = ['fetch_publication_post_cycle', 'get_publication', 'get_publications']

View File

@@ -1,5 +0,0 @@
from .create_placements import create_placements
from .get_placement import get_placement_user
from .get_placements import get_placements
__all__ = ['create_placements', 'get_placement_user', 'get_placements']