Anders and Briegel in Python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import requests
- import abp, json
- import time
-
- client = abp.Client()
-
- client.add_node(0)
- client.add_node(1)
-
- print client.get_state()
|