1
0
mirror of https://github.com/GOSTSec/gostweb synced 2025-02-11 14:14:15 +00:00
gostweb/gst_web_wallet/__init__.py
2017-10-23 15:52:21 -04:00

5 lines
86 B
Python

# import celery stuff
from .celery import app as celery_app
__all__ = ['celery_app']