Coverage for ghost/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.5.3, created at 2024-06-17 17:19 +0200

1from .client import GhostAdmin, GhostContent 

2from .exceptions import * 

3from .resources import * 

4from .results import GhostResult, GhostResultSet 

5 

6SUPPORTED_VERSIONS = ["v3", "v4", "v5"]