Coverage for pipxl/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2022-11-28 20:56 +0100

1# SPDX-FileCopyrightText: 2022-present Jeroen van Zundert <mail@jeroenvanzundert.nl> 

2# 

3# SPDX-License-Identifier: MIT 

4 

5from pipxl.compile import compile 

6from pipxl.deptree import deptree, deptreerev 

7from pipxl.license import license 

8from pipxl.sync import sync 

9 

10__all__ = ["compile", "deptree", "deptreerev", "license", "sync"]