Summary
worker_report is the only base that uses main.py as its entry point module instead of core.py (consistent with all other 11 bases).
bases/bot_detector/worker_report/main.py should be renamed to bases/bot_detector/worker_report/core.py
projects/worker_report/pyproject.toml:21 — update entry point from bot_detector.worker_report.main:run to bot_detector.worker_report.core:run
Proposed Change
- Rename
bases/bot_detector/worker_report/main.py → core.py
- Update the script entry point in
projects/worker_report/pyproject.toml
- Update any internal imports that reference
main
Summary
worker_reportis the only base that usesmain.pyas its entry point module instead ofcore.py(consistent with all other 11 bases).bases/bot_detector/worker_report/main.pyshould be renamed tobases/bot_detector/worker_report/core.pyprojects/worker_report/pyproject.toml:21— update entry point frombot_detector.worker_report.main:runtobot_detector.worker_report.core:runProposed Change
bases/bot_detector/worker_report/main.py→core.pyprojects/worker_report/pyproject.tomlmain