This commit is contained in:
Phil Zhitnikov 2024-05-27 01:03:17 +04:00
parent afc07037f6
commit d1712da73f

View File

@ -1,4 +1,3 @@
from .celery import app as celery_app from .celery import app as celery_app
import poizonstore.schema
__all__ = ('celery_app',) __all__ = ('celery_app',)