File: __init__.py

package info (click to toggle)
python-prodigy 2.3.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,488 kB
  • sloc: python: 820; makefile: 10
file content (3 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
from pathlib import Path

TEST_DATA = Path(Path(__file__).parents[0], "test_data")