35068c4a65
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
6 lines
106 B
Python
6 lines
106 B
Python
import pf1e_simulator
|
|
|
|
|
|
def test_import_works() -> None:
|
|
assert pf1e_simulator.__version__ == "0.1.0"
|