5 lines
91 B
Python
5 lines
91 B
Python
from .celery import app as celery_app
|
|
import poizonstore.schema
|
|
|
|
__all__ = ('celery_app',)
|