Files
Gainsight/Scripts/getrequests.py
2023-02-16 18:22:33 -05:00

9 lines
103 B
Python

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