5 lines
No EOL
148 B
Python
5 lines
No EOL
148 B
Python
if __name__=='__main__':
|
|
import sys, os
|
|
sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..'))
|
|
import build
|
|
build.run() |