AutoGPT/frontend/lib/utils/feature_flags.dart

4 lines
86 B
Dart

class FeatureFlags {
static const bool userExperienceIterationTwoEnabled = false;
}