RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
14
invest-python-master/examples/sandbox_client.py
Normal file
14
invest-python-master/examples/sandbox_client.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import os
|
||||
|
||||
from t_tech.invest.sandbox.client import SandboxClient
|
||||
|
||||
TOKEN = os.environ["INVEST_TOKEN"]
|
||||
|
||||
|
||||
def main():
|
||||
with SandboxClient(TOKEN) as client:
|
||||
print(client.users.get_info())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user