skeleton
This commit is contained in:
10
Strats/tut.py
Normal file
10
Strats/tut.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# neptun1 neptun2
|
||||
|
||||
def init_bw():
|
||||
return 200
|
||||
|
||||
def decision(new, list_entry):
|
||||
# print '--', new, list_entry
|
||||
# print [1,[1 for x in list_entry]]
|
||||
return [1,[1 for x in list_entry]]
|
||||
|
||||
Reference in New Issue
Block a user