Private
Public Access
1
0
Files
rowsandall/rowers/__init__.py
Sander Roosendaal 221953bfdf removing future
2022-02-15 08:23:48 +01:00

6 lines
73 B
Python

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