File: __init__.py

package info (click to toggle)
python-httptools 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: python: 560; makefile: 23
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from .parser import *
from .errors import *


__all__ = parser.__all__ + errors.__all__