First commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def main():
|
||||
print('hello python android')
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -0,0 +1,4 @@
|
||||
[Credentials]
|
||||
api_key: xxx
|
||||
api_secret: yyy
|
||||
bearer_token: zzz
|
||||
Reference in New Issue
Block a user