Files
Gainsight/Scripts/getrequests.py

9 lines
103 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()