Coverage for postrfp/conf/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.11.0, created at 2025-10-22 21:34 +0000

1"""Global Configuration / Settings Object""" 

2 

3from .settings import AppSettings 

4 

5 

6CONF: AppSettings