9 lines
103 B
Python
9 lines
103 B
Python
import requests
|
|
import Apikeys
|
|
|
|
def thisfunc(arg):
|
|
pass
|
|
|
|
if __name__ == "__main__":
|
|
thisfunc()
|