mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
4 lines
86 B
Dart
4 lines
86 B
Dart
class FeatureFlags {
|
|
static const bool userExperienceIterationTwoEnabled = false;
|
|
}
|