Moved devops package to sk module.
All checks were successful
/ unit-tests (push) Successful in 9s

This commit is contained in:
2025-11-03 14:52:20 +01:00
parent f797cd098d
commit b7608dcdf8
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
from devops import Organization
from sk.devops import Organization
org = Organization("https://dev.azure.com/mcovsandbox")
# print(org.projects["bafe0cf1-6c97-4088-864a-ea6dc02b2727"].repositories["feac266f-84d2-41bc-839b-736925a85eaa"].items["/generate-pat.py"])