__init__.py 93 B

1234
  1. from .lazy_fixture import lf
  2. from .lazy_fixture_callable import lfc
  3. __all__ = ("lf", "lfc")