Skip to content

Commit

Permalink
Refactor parsing and value types
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Mar 19, 2024
1 parent 24b4c68 commit e1bbbf2
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 261 deletions.
4 changes: 3 additions & 1 deletion foamlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
__version__ = "0.1.1"

from ._cases import FoamCase, AsyncFoamCase, FoamTimeDirectory
from ._dictionaries import FoamFile, FoamDictionary
from ._dictionaries import FoamFile, FoamDictionary, FoamDimensioned, FoamDimensionSet

__all__ = [
"FoamCase",
"AsyncFoamCase",
"FoamTimeDirectory",
"FoamFile",
"FoamDictionary",
"FoamDimensioned",
"FoamDimensionSet",
]
Loading

0 comments on commit e1bbbf2

Please sign in to comment.