testlib/main.py

4 lines
94 B
Python
Raw Normal View History

2023-05-01 14:32:06 +02:00
from testlib import *
if __name__ == "__main__":
TestLib().call_url("https://google.com")