Files
Argenta/mock/local_test.py
T
2025-03-11 20:44:06 +03:00

3 lines
80 B
Python

from typing import cast, Literal
print(cast(Literal['-', '--', '---'], '----'))