mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
4 lines
59 B
Python
4 lines
59 B
Python
from typing import Literal
|
|
|
|
Template = Literal['v1', 'v2']
|