chore: scaffold catalog+selection core package

This commit is contained in:
Ben Stull
2026-06-04 01:33:23 -07:00
parent f15fe739ee
commit 1379751dda
8 changed files with 26 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
def test_package_imports():
import hef
import hef.catalog
import hef.selection
assert hef is not None