File: __init__.py

package info (click to toggle)
python-cerberus 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,532 kB
  • sloc: python: 5,239; makefile: 130
file content (4 lines) | stat: -rw-r--r-- 80 bytes parent folder | download
1
2
3
4
from pathlib import Path


DOCUMENTS_PATH = Path(__file__).parent / "documents"