File: __init__.py

package info (click to toggle)
python-enamlx 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 388 kB
  • sloc: python: 3,338; makefile: 18
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
def install():
    """Install the toolkit factory widgets for the widgets provided
    by this library.

    """
    from enamlx.qt import qt_factories  # noqa: F401