mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
8 lines
120 B
Python
8 lines
120 B
Python
![]() |
from conf import rule
|
||
|
|
||
|
|
||
|
@rule()
|
||
|
class Response:
|
||
|
def __init__(self, ret_code):
|
||
|
self.response_code = ret_code
|