diff --git a/script/local.py b/script/local.py index 2b49049..3062739 100644 --- a/script/local.py +++ b/script/local.py @@ -60,8 +60,9 @@ def fit(ydata, xdata = None): #fit([1,2,3, 3,3,3,4,5,6,12,33,23,15,3,2,1, 1, 1, 1, 1]) -def rock(axis = th1): - """ - TODO - """ - run("rock", {"rock_axis":th1}) \ No newline at end of file +#def rock(axis = th1): +# """ +# TODO +# """ +# run("rock", {"rock_axis":th1}) +from rock import rock \ No newline at end of file