# -*- coding: utf-8 -*-

__all__ = ["key1", "nonexistingkey"]

key1 = u"the next value"
key2 = "non-exported value"
