Files
cabo-counter/lib/core/globals.dart
2025-07-09 21:06:55 +02:00

4 lines
56 B
Dart

class Globals {
static String appDevPhase = 'Beta';
}