factory/apps/ai/main.py

5 lines
85 B
Python

class AiService:
algo_dict = {
"helmet": "apps.helmet.algo.helmet"
}