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