5 lines
72 B
Python
5 lines
72 B
Python
![]() |
class Duration(int):
|
||
|
|
||
|
def __int__(self) -> int:
|
||
|
return self
|