Finish repository foundation workplan
This commit is contained in:
parent
cc32c89401
commit
67010a0429
7 changed files with 137 additions and 6 deletions
6
tests/test_package_contract.py
Normal file
6
tests/test_package_contract.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from kontextual_engine import __version__
|
||||
|
||||
|
||||
def test_package_exports_version() -> None:
|
||||
assert __version__ == "0.1.0"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue