The idea is that you can generate just JS code with py2js, and include
py-builtins yourself in your project (once), or you can bundle it with
the generated code. The "--include-builtins" allows you to switch
between these two modes. "--exclude-builtins" would work too.
Ondrej