Files
Gainsight/Scripts/getrequests.py

11 lines
105 B
Python
Raw Normal View History

import requests
import Apikeys
2023-02-15 21:12:21 -05:00
def thisfunc(arg):
pass
if __name__ == "__main__":
thisfunc()