class Config {
  static const String API_URL = 'http://';
  static const String API_VERSION = 'v1';

  // app config

  // theme

  // language

  // color and font

  // global init
}