aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/importlib-resources/ya.make
blob: 21d607abef03a8304c2436d3dae0fe2160082bb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PY23_LIBRARY()

LICENSE(Apache-2.0)

PY_SRCS(
    TOP_LEVEL
    importlib_resources/__init__.py
)

NO_LINT()

END()