File: __init__.py

package info (click to toggle)
python-pgpy 0.6.0-1.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,212 kB
  • sloc: python: 8,448; makefile: 155; sh: 10
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from .types import Signature as Signature
from .types import UserAttribute as UserAttribute

from .signature import *  # NOQA
from .userattribute import *  # NOQA

__all__ = ['Signature', 'UserAttribute']