Files
markdown_timesheet/types_.py
2019-09-05 09:02:20 +02:00

4 lines
62 B
Python

from typing import NewType
Minutes = NewType("Minutes", int)