8 lines
160 B
Python
8 lines
160 B
Python
|
|
Help("""
|
|
DEBUG=1,0 - enable debug build, default 1
|
|
""")
|
|
|
|
import sys
|
|
print('session python path:', str(sys.path).replace(', ', ',\n' + ' ' * 26))
|