dashboard-nanobot/backend/providers/runtime/__init__.py

5 lines
163 B
Python

from providers.runtime.base import RuntimeProvider
from providers.runtime.local import LocalRuntimeProvider
__all__ = ["RuntimeProvider", "LocalRuntimeProvider"]