from __future__ import unicode_literals, print_function

from os import path

from ..language import Language


class German(Language):
    pass