File: __init__.py

package info (click to toggle)
python-pycdlib 1.12.0%2Bds1-4%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,044 kB
  • sloc: python: 35,639; makefile: 63
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
'''
Pycdlib is a pure python library to parse, write (master), and create ISO9660
files.  These files are suitable for writing to a CD or USB.
'''
from .pycdlib import PyCdlib  # NOQA