Signed-off-by: Jess Frazelle <github@jessfraz.com> add more Signed-off-by: Jess Frazelle <github@jessfraz.com> update Signed-off-by: Jess Frazelle <github@jessfraz.com> u[dates Signed-off-by: Jess Frazelle <github@jessfraz.com>
5 lines
72 B
Python
5 lines
72 B
Python
class Duration(int):
|
|
|
|
def __int__(self) -> int:
|
|
return self
|