5 lines
173 B
Python
5 lines
173 B
Python
from remedy_py.RemedyAPIClient import RemedyClient
|
|
|
|
client = RemedyClient("smartitm01-prod.wienkav.at/", "zim9003", "3S1punk08_111$", port=None, verify=False)
|
|
|
|
print(client) |