Skip to content

Commit

Permalink
feat(hyfi/env): add new env module
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 23, 2023
1 parent 9c78528 commit 82ff306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/hyfi/dotenv/__init__.py

This file was deleted.

6 changes: 6 additions & 0 deletions src/hyfi/env/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .env import Env, ProjectEnv

__all__ = [
"Env",
"ProjectEnv",
]

0 comments on commit 82ff306

Please sign in to comment.