py_import   [plain text]


script import sys, os
script sys.path.append(os.path.join(os.getcwd(), os.pardir))
script from welcome import *
command alias --python welcome welcome_impl
command alias --python targetname target_name_impl