7 lines
79 B
Python
7 lines
79 B
Python
# -*- coding: utf-8 -*-
|
|
import pytest
|
|
|
|
|
|
pytest_plugins = ['bip0039_fixtures']
|
|
|