﻿from TSMaster import *
import sys
projectpath = app.get_current_toolbox_path("New_ASTM2")
sys.path.append(projectpath)
import New_ASTM2
New_ASTM2.run_app()
if not app.is_tsmaster_host():
    Application.Run()
