tir
tir copied to clipboard
Have time.ir in shell!
Results
1
tir issues
Sort by
recently updated
recently updated
newest added
Hi! I think it's better to use typing hints. That makes code cleaner. See [PEP 484](https://peps.python.org/pep-0484/). For example, this part: ``` def transform_numeral_date(data): # for example '1397/12/6' or 2018-2-25 which...