mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
13 lines
266 B
Python
13 lines
266 B
Python
# This file is @generated by tarina.lang CLI tool
|
|
# It is not intended for manual editing.
|
|
|
|
# ruff: noqa: E402
|
|
|
|
from pathlib import Path
|
|
|
|
from tarina.lang import lang # type: ignore[import-untyped]
|
|
|
|
lang.load(Path(__file__).parent)
|
|
|
|
from .model import Lang as Lang
|