# Called at DarkRadiant startup
import sys
print('DarkRadiant init.py called, this is Python {0}'.format(sys.version))