#!/usr/bin/env python # -*- coding: utf-8 -*- """ Localization module """ LANG = { "en_US": { }, "zh_CN": { } }