queue_sqlite/tests/tasks/__init__.py

5 lines
57 B
Python
Raw Normal View History

2025-08-08 16:03:02 +08:00
from .example import example
__all__ = [
"example"
]