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

2 statements  

« prev     ^ index     » next       coverage.py v7.0.1, created at 2022-12-31 16:00 +0000

1'''Global Configuration / Settings Object''' 

2from .settings import AppSettings 

3 

4 

5CONF: AppSettings = None