Skip to content

Commit

Permalink
fix(project): add ProjectPathConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 6, 2023
1 parent a98dbf0 commit e6180a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hyfi/project/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .project import ProjectConfig
from .project import ProjectConfig, ProjectPathConfig

__all__ = ["ProjectConfig"]
__all__ = ["ProjectConfig", "ProjectPathConfig"]

0 comments on commit e6180a5

Please sign in to comment.