Skip to content

Commit

Permalink
chore: Add helpers module with load_env and load_settings functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 1, 2024
1 parent 3ff6d55 commit 0edb289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .load_env import load_env, load_settings

__all__ = ["load_settings", "load_env"]

0 comments on commit 0edb289

Please sign in to comment.