pyfcstm.config
Configuration package for the pyfcstm project.
This package provides a namespace for configuration-related modules and
utilities used by the pyfcstm application. It currently contains no
public classes or functions and acts as a placeholder for future
configuration components.
The package is organized to allow configuration submodules to be added without changing the import interface.
Example:
>>> import pyfcstm.config
>>> # Configuration submodules can be imported as they are added
>>> # from pyfcstm.config import settings