no-more-imports/tests/conftest.py

6 lines
123 B
Python
Raw Normal View History

2024-10-16 06:42:42 +00:00
import lazy_import
from pathlib import Path
2024-10-16 06:42:42 +00:00
__all__ = ['lazy_import']
DATA_DIR = Path(__file__).resolve().parent / 'data'