File: __init__.py

package info (click to toggle)
orange3 3.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,908 kB
  • sloc: python: 162,745; ansic: 622; makefile: 322; sh: 93; cpp: 77
file content (14 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Plot classes and tools that were once used in Orange widgets

Due to lack of maintenance (non-functioning), the majority of it has been
stripped in this commit
"""

# The package is pulling names from modules with defined __all__, except
# for owconstants, where all constants are exported
# pylint: disable=wildcard-import

from .owplotgui import *
from .owpalette import *
from .owconstants import *