Spaces:
Running
Running
File size: 169 Bytes
ee472e7 | 1 2 3 4 5 6 7 | """
Configuration module for the EEG Finetune Arena backend.
All configuration values are imported from base.py to avoid circular dependencies.
"""
from .base import *
|