8ea2eff
1
2
3
4
5
6
7
8
def test_imports(): import wireseghr import wireseghr.model as m import wireseghr.data as d assert hasattr(m, "SegFormerEncoder") assert hasattr(d, "WireSegDataset")