testlib/main.py
2023-05-01 14:32:06 +02:00

4 lines
94 B
Python

from testlib import *
if __name__ == "__main__":
TestLib().call_url("https://google.com")