File: __init__.py

package info (click to toggle)
python-pook 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 672 kB
  • sloc: python: 3,558; makefile: 13
file content (4 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
from pathlib import Path

BINARY_FILE_PATH = Path(__file__).parent / "nothing.bin"
BINARY_FILE = BINARY_FILE_PATH.read_bytes()