hbutils.config
hbutils configuration package.
This package provides module-level metadata and configuration information
for the hbutils package. It serves as a centralized location for
package-level settings that may be shared across modules.
The package currently exposes configuration metadata only and does not include additional public classes or functions.
Example:
>>> import hbutils.config # Access package-level configuration
Note
This package is intentionally lightweight and primarily serves as a namespace for configuration-related resources.