aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/import_test/ya.make
blob: 11e098cfe6fb34d521302678b4b97de1d1adbcdf (plain) (blame)
1
2
3
4
5
6
7
8
9
PY23_LIBRARY()

PY_SRCS(__init__.py)

PEERDIR(
    library/python/testing/import_test
)

END()