Skip to content

Commit

Permalink
fix(src/ansari/__init__.py): make ansari_logger module accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-alnahas committed Nov 15, 2024
1 parent 714c77c commit 4698498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansari/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file marks the directory as a Python package.
from .config import Settings, get_settings
import ansari_logger
from . import ansari_logger

__all__ = ["Settings", "get_settings", "ansari_logger"]

0 comments on commit 4698498

Please sign in to comment.