Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 465 Bytes

config_and_constants.rst

File metadata and controls

23 lines (15 loc) · 465 Bytes

Config & Constants

This page documents the config and constants providers in the backend. These modules allow the rest of the application to access instance-specific values.

The constants are only constant across an executing program. They are not constant across all program instances.

Config

.. automodule:: src.config
   :members:

Constants

.. automodule:: src.constants
   :members: