File: __init__.py

package info (click to toggle)
python-zipstream-ng 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: python: 2,074; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/env python

# Make all functionality available in the main `zipstream` namespace
from zipstream.ng import __all__, __doc__
from zipstream.ng import *