""" PyQt-Fluent-Widgets =================== A library of fluent design widgets. 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.1.1" from .components import * from .common import * from ._rc import resource