5 lines
82 B
Python
5 lines
82 B
Python
from controller import Controller
|
|
|
|
c = Controller()
|
|
print(c.increment({"by": 3}))
|