Coverage for qwail/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-15 13:41 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-15 13:41 +0000
1VERSION = "v0.1.0"
2__version__ = VERSION
4DESCRIPTION = """An ecommerce backend built with fastapi and python.
6* Headless
7* Composable
8* Asynchronous
10This project is built with asynchronous first by design."""