Files
pepperplus-cb/src/control_backend/agents/__init__.py
2026-01-16 15:35:41 +01:00

6 lines
134 B
Python

"""
This package contains all agent implementations for the PepperPlus Control Backend.
"""
from .base import BaseAgent as BaseAgent