Files
Gainsight/Scripts/getrequests.py
Norm Rasmussen acb7842913 Notes Changes
2023-02-15 21:12:21 -05:00

11 lines
105 B
Python

import requests
import Apikeys
def thisfunc(arg):
pass
if __name__ == "__main__":
thisfunc()