LORDCHANNEL2.0/StreamingSite/__init__.py

3 lines
63 B
Python
Raw Normal View History

2021-03-13 18:36:50 +00:00
from .celery import app as celery_app
__all__ = ['celery_app']