4 lines
70 B
Python
4 lines
70 B
Python
from __future__ import annotations
|
|
|
|
pytest_plugins = ["Tests.helper"]
|
from __future__ import annotations
|
|
|
|
pytest_plugins = ["Tests.helper"]
|