File: __init__.py

package info (click to toggle)
python-didl-lite 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 1,384; makefile: 6; sh: 5
file content (4 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
# -*- coding: utf-8 -*-
"""DIDL-Lite (Digital Item Declaration Language) tools for Python."""

from didl_lite import didl_lite  # noqa: F401