File: __init__.py

package info (click to toggle)
python-pycdlib 1.14.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,948 kB
  • sloc: python: 29,902; makefile: 63
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
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