Skip to content

Commit 8050011

Browse files
Create __init__.py
1 parent 945e18d commit 8050011

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_data/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import pathlib
2+
3+
EFORMS_SAMPLE_FILE_PATH = pathlib.Path(
4+
__file__).parent.resolve() / "eforms_samples" / "eforms_sdk_v1.3" / "eform_subtype_12" / "295399-2023.xml"

0 commit comments

Comments
 (0)