zephyrdark 3abbdfa5b6 feat: add base collector infrastructure for data collection jobs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 23:34:41 +09:00

4 lines
79 B
Python

from app.services.collectors import BaseCollector
__all__ = ["BaseCollector"]