You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
483 B

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