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