Coverage for src/prisma/__main__.py: 80%
3 statements
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
1# -*- coding: utf-8 -*-
3from . import cli
5if __name__ == '__main__': 5 ↛ exitline 5 didn't exit the module, because the condition on line 5 was never false
6 cli.main()