8 lines
121 B
Python
8 lines
121 B
Python
# 文件位置: app/tasks/__init__.py
|
|
# 文件名: __init__.py
|
|
|
|
"""
|
|
任务模块
|
|
"""
|
|
|
|
# 保持空白,避免循环导入 |