DBC_Converter/venv/Lib/site-packages/ttkwidgets/font/__init__.py
2025-01-03 23:49:59 +09:00

9 lines
358 B
Python

# Copyright (c) The ttkwidgets authors 2017
# Available under the license found in LICENSE
from .chooser import askfont, FontChooser
from .familydropdown import FontFamilyDropdown
from .familylistbox import FontFamilyListbox
from .propertiesframe import FontPropertiesFrame
from .selectframe import FontSelectFrame
from .sizedropdown import FontSizeDropdown