import pytest from tests.helpers.models import ClientCryptograpy @pytest.fixture(scope="session") def client_cryptography(): return ClientCryptograpy()