7 lines
273 B
Python
7 lines
273 B
Python
"""PyQtDarkTheme - A flat dark theme for PySide and PyQt.
|
|
|
|
- Repository: https://github.com/5yutan5/PyQtDarkTheme
|
|
- Documentation: https://pyqtdarktheme.readthedocs.io
|
|
"""
|
|
from libs.qdarktheme.main import __version__, clear_cache, get_themes, load_palette, load_stylesheet
|