MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / executor.py

File executor.py

botasaurus_server/botasaurus_server/executor.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from .env import is_master, is_worker
2
3if is_master:
4 from .master_executor import MasterExecutor

Callers

nothing calls this directly

Calls 3

MasterExecutorClass · 0.70
WorkerExecutorClass · 0.70
TaskExecutorClass · 0.70

Tested by

no test coverage detected