File: __init__.py

package info (click to toggle)
python-pyrgg 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,104 kB
  • sloc: python: 1,292; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
"""PyRGG modules."""
from .functions import *
from .graph_gen import *
from .params import *
from .engines import *
__version__ = PYRGG_VERSION