9 lines
209 B
Python
9 lines
209 B
Python
"""
|
|
HoopScout v2 runtime package.
|
|
|
|
Celery is intentionally not auto-loaded at import time in v2 foundation runtime.
|
|
Legacy task modules remain in-repo and can be loaded explicitly if needed.
|
|
"""
|
|
|
|
__all__ = ()
|