4 lines
64 B
Python
4 lines
64 B
Python
|
def test_poker() -> None:
|
||
|
"""Dummy test."""
|
||
|
assert True
|