import 'env.dart'; class ApiConfig { static const String baseUrl = Env.baseUrl; }