emscripten/emcc

12 строки
260 B
Plaintext
Исходник Обычный вид История

#!/usr/bin/env python
2011-11-21 09:02:46 +04:00
# This script should work in python 2 *or* 3. It loads the main code using
# python_selector, which may pick a different version.
2011-11-21 09:02:46 +04:00
from tools import python_selector
2015-11-16 22:21:44 +03:00
import sys
2011-11-21 09:02:46 +04:00
if __name__ == '__main__':
python_selector.run(__file__)