Files
2026-06-04 01:33:23 -07:00

6 lines
118 B
Python

def test_package_imports():
import hef
import hef.catalog
import hef.selection
assert hef is not None