2. Encoding

All the API modules are written in UTF-8. User-generated modules must be written in UTF-8 as well. The files of the Python modules should start with the following line:

module.py:

# -*- coding: utf-8 -*-