__init__.py 376 字节
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.

之一Yo's avatar
之一Yo 已提交
9 10 11 12
:copyright: (c) 2023 by zhiyiYo.
:license: MIT, see LICENSE for more details.
"""

之一Yo's avatar
之一Yo 已提交
13
__version__ = "0.2.8"
之一Yo's avatar
之一Yo 已提交
14

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