""" PyQt-Fluent-Widgets ===================
A fluent design widgets library based on PyQt5.
Documentation is available in the docstrings and online at https://pyqt-fluent-widgets.readthedocs.io.
:copyright: (c) 2023 by zhiyiYo. :license: MIT, see LICENSE for more details. """
__version__ = "0.2.8"
from .components import *
from .common import * from ._rc import resource