File: manpage.py

package info (click to toggle)
argparse-manpage 4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 2,755; makefile: 47; sh: 18
file content (6 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
"""
Compat only module.  Users should use argparse_manpage.manpage:Manpage
"""

# pylint: disable=unused-import
from argparse_manpage.manpage import Manpage