teoat's picture
Upload core/feature_flags/__init__.py with huggingface_hub
5446bb1 verified
"""
Feature Flags Package
"""
from .models import FeatureFlag
from .service import feature_flag_service
__all__ = ["FeatureFlag", "feature_flag_service"]