Skip to content

Commit

Permalink
Export check and logger from global namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 8, 2024
1 parent dd9bfa0 commit e7bb868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cfeintact/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

# flake8: noqa: F401

from cfeintact.intact import check
from cfeintact.log import logger

0 comments on commit e7bb868

Please sign in to comment.