#!/bin/sh
#prepypath=xxx inject by out

ECHO 'hello, this is pre-commit'

result=`python3 $prepypath`

# if [ "$result" = "0" ]
# then
#     exit 0
# else
#     exit 0
# fi