4 lines
94 B
Python
4 lines
94 B
Python
|
from testlib import *
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
TestLib().call_url("https://google.com")
|