6 lines
118 B
Python
6 lines
118 B
Python
def test_package_imports():
|
|
import hef
|
|
import hef.catalog
|
|
import hef.selection
|
|
assert hef is not None
|