mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
10 lines
166 B
Python
10 lines
166 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎
|
||
@file: __init__.py.py
|
||
@date:2024/8/16 14:47
|
||
@desc:
|
||
"""
|
||
from .celery import app as celery_app
|