Module tff.parameters

Parameters

Fixed values for the whole program.

Expand source code Browse git
"""
# Parameters

Fixed values for the whole program.
"""


VERSION = '1.0.2'
"""Program version.

This value is under control of the update process, as run by
`build.py` in the top-level directory of the repo.
"""

NAME = "Text-Fabric-Factory"
"""The name of the game: this program.
"""

BANNER = f"This is {NAME} {VERSION}"

URL_TF_DOCS = "https://annotation.github.io/text-fabric-factory/tff"

Global variables

var NAME

The name of the game: this program.

var VERSION

Program version.

This value is under control of the update process, as run by build.py in the top-level directory of the repo.