Skip to content

Commit 5c1847d

Browse files
authored
feat: expose check_dependencies to the main interface (#278)
1 parent e15c73b commit 5c1847d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/twyn/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from twyn.main import check_dependencies
2+
3+
__all__ = ["check_dependencies"]

test_integration.py

Whitespace-only changes.

0 commit comments

Comments
 (0)