export const CONTINENTS = 'continents' export const COUNTRIES = 'countries' export const LANGUAGES = 'languages' export const ALL = '.all' export const DATA_FILE = 'data' export const MINIMAL_DIR = 'minimal/' export const MORE_DIR = 'more/' export const CSV_EXT = 'csv' export const SQL_EXT = 'sql' export const COMMA = '","' export const LF = '\n' export const QUOTE = '"'