Squashed 'l1/' content from commit 670aa58
git-subtree-dir: l1 git-subtree-split: 670aa582df99e87fca7c247b949baf452e8c234f
This commit is contained in:
13
tasks/__init__.py
Normal file
13
tasks/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# art-celery/tasks - Celery tasks for streaming video rendering
|
||||
#
|
||||
# Tasks:
|
||||
# 1. run_stream - Execute a streaming S-expression recipe
|
||||
# 2. upload_to_ipfs - Background IPFS upload for media files
|
||||
|
||||
from .streaming import run_stream
|
||||
from .ipfs_upload import upload_to_ipfs
|
||||
|
||||
__all__ = [
|
||||
"run_stream",
|
||||
"upload_to_ipfs",
|
||||
]
|
||||
Reference in New Issue
Block a user