monitor-ml-ddmrp / database /__init__.py
dyandun's picture
feat: estructura base del sistema multiagente monitor-ml-aceitess
8bb8847
Raw
History Blame Contribute Delete
78 Bytes
from database.supabase_client import get_supabase
__all__ = ["get_supabase"]