__init__.py 474 字节
Newer Older
之一Yo's avatar
之一Yo 已提交
1 2 3
"""
PyQt-Fluent-Widgets
===================
之一Yo's avatar
之一Yo 已提交
4
A fluent design widgets library based on PyQt5.
之一Yo's avatar
之一Yo 已提交
5

之一Yo's avatar
之一Yo 已提交
6 7 8
Documentation is available in the docstrings and
online at https://pyqt-fluent-widgets.readthedocs.io.

9 10
Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/master/examples.

之一Yo's avatar
之一Yo 已提交
11 12
:copyright: (c) 2021 by zhiyiYo.
:license: GPLv3, see LICENSE for more details.
之一Yo's avatar
之一Yo 已提交
13 14
"""

之一Yo's avatar
之一Yo 已提交
15
__version__ = "0.9.2"
之一Yo's avatar
之一Yo 已提交
16

之一Yo's avatar
之一Yo 已提交
17
from .components import *
之一Yo's avatar
之一Yo 已提交
18 19
from .common import *
from ._rc import resource