Procházet zdrojové kódy

refactor!(transport): move transport to bot module

Librellium před 1 týdnem
rodič
revize
62e6a4d342

+ 0 - 0
anonflow/services/transport/__init__.py → anonflow/bot/transport/__init__.py


+ 0 - 0
anonflow/services/transport/content.py → anonflow/bot/transport/content.py


+ 0 - 0
anonflow/services/transport/delivery.py → anonflow/bot/transport/delivery.py


+ 0 - 0
anonflow/services/transport/router.py → anonflow/bot/transport/router.py


+ 0 - 0
anonflow/services/transport/types.py → anonflow/bot/transport/types.py