Coverage for qwail/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-09-15 13:41 +0000

1VERSION = "v0.1.0" 

2__version__ = VERSION 

3 

4DESCRIPTION = """An ecommerce backend built with fastapi and python. 

5 

6* Headless 

7* Composable 

8* Asynchronous 

9 

10This project is built with asynchronous first by design."""