Files
2026-01-27 05:20:41 +08:00

9 lines
181 B
Python

from typing import cast
from ..i18n import Lang
from .typedefs import Lang as LangType
def get_lang() -> LangType:
return cast('LangType', Lang.template.template_language())