Files
insta/core/__init__.py
Beyhan Oğur 2be3a313ad first commit
2026-04-26 22:26:46 +03:00

4 lines
65 B
Python

from .celery import app as celery_app
__all__ = ('celery_app',)