File: __init__.py

package info (click to toggle)
python-pytray 0.3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: python: 510; sh: 30; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
from .version import *
from . import aiothreads
from . import futures
from . import tree
from . import version

__all__ = version.__all__ + (
    "aiothreads",
    "futures",
    "tree",
)  # pylint: disable=undefined-variable