Implement phase-memory foundation
This commit is contained in:
parent
751da54052
commit
87f104781a
22 changed files with 1705 additions and 12 deletions
6
tests/test_smoke.py
Normal file
6
tests/test_smoke.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import phase_memory
|
||||
|
||||
|
||||
def test_package_imports() -> None:
|
||||
assert phase_memory.__version__ == "0.1.0"
|
||||
assert phase_memory.MemoryPhase.FLUID.value == "fluid"
|
||||
Loading…
Add table
Add a link
Reference in a new issue