Skip to content

Commit

Permalink
feat(utils): add cached to UTILs class
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 12, 2023
1 parent 0c80f92 commit 7dc5b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyfi/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .cached import CACHED
from .conf import CONFs
from .datasets import DATASETs
from .envs import ENVs
Expand All @@ -11,6 +12,7 @@


class UTILs(
CACHED,
CONFs,
DATASETs,
ENVs,
Expand Down

0 comments on commit 7dc5b81

Please sign in to comment.