In [1]:
import os
import sys
mypath = os.path.join(".","protocol")
sys.path.append("C:\\Users\\Andrey\\Documents\\GitHub\\murraylab_tools\\murraylab_tools\\protocol")
import protocol as prt
#protocol following notebook!
#first test: timer
#timer = prt.Timer()
prt.display_timer()
In [1]:
print("ooga")
In [ ]: