8 lines
107 B
Python
8 lines
107 B
Python
class LinkValidator:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def send_request(self, link):
|
|
pass
|