mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
3 lines
80 B
Python
3 lines
80 B
Python
from typing import cast, Literal
|
|
|
|
print(cast(Literal['-', '--', '---'], '----')) |