4 lines
121 B
Python
4 lines
121 B
Python
"""Pytest configuration for turboquant."""
|
|
import sys, os
|
|
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|