6 lines
59 B
Python
6 lines
59 B
Python
|
import pytest
|
||
|
|
||
|
pytest_plugins = [
|
||
|
"tries.simple_trie"
|
||
|
]
|