5 lines
74 B
Python
5 lines
74 B
Python
class StatusCode(int):
|
|
|
|
def __int__(self) -> int:
|
|
return self
|