Files

5 lines
82 B
Python
Raw Permalink Normal View History

2025-11-18 11:02:39 +01:00
from controller import Controller
c = Controller()
print(c.increment({"by": 3}))