Coverage for src/prisma/__main__.py: 80%

3 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2024-04-28 15:17 +0000

1# -*- coding: utf-8 -*- 

2 

3from . import cli 

4 

5if __name__ == '__main__': 5 ↛ exitline 5 didn't exit the module, because the condition on line 5 was never false

6 cli.main()