aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest-lazy-fixtures/pytest_lazy_fixtures/__init__.py
blob: 0d4dd7a8fd62b33e6df4e3e0ee605acc73a631f0 (plain) (blame)
1
2
3
4
from .lazy_fixture import lf
from .lazy_fixture_callable import lfc

__all__ = ("lf", "lfc")