massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / ttkthemes / ttkthemes / __init__.pyi
1 from collections.abc import Sequence
2
3 from ttkthemes.themed_style import ThemedStyle as ThemedStyle
4 from ttkthemes.themed_tk import ThemedTk as ThemedTk
5
6 # actually a list, but shouldn't be modified
7 THEMES: Sequence[str]