File: __init__.py

package info (click to toggle)
python-allpairspy 2.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 627; makefile: 42; sh: 6
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from .__version__ import (
    __author__,
    __author_email__,
    __license__,
    __maintainer__,
    __maintainer_email__,
    __version__,
)
from .allpairs import AllPairs