File: __init__.py

package info (click to toggle)
pytorch-audio 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,592 kB
  • sloc: python: 41,137; cpp: 8,016; sh: 3,538; makefile: 24
file content (5 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
import os
import sys


sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "examples"))