00001 #!/usr/bin/env python 00002 00003 def configure(): 00004 import DigitizeAlg 00005 DigitizeAlg.Configure() 00006 00007 def run(app): 00008 pass