__init__.py - CodeChat PackageΒΆ

This file defines this directory as a Python package, which contains the CodeChat application.

digraph Overview { "Source code" -> "ReST" [label="code_to_rest"] "ReST" -> "HTML" [label="docutils.publish_string\lSphinx\l"] "HTML" -> "ReST" [label="html_to_rest"] }

Give the version number, which is read by setup.py - Package and install CodeChat during packaging. This is chosen following the version convention.

__version__ = "1.9.4"