First commit.
This commit is contained in:
4
python/test_import.py
Normal file
4
python/test_import.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from controller import Controller
|
||||
|
||||
c = Controller()
|
||||
print(c.increment({"by": 3}))
|
||||
Reference in New Issue
Block a user