diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-04-27 10:02:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-27 10:02:20 +0200 |
| commit | ed33b29c280843b48670d510a07e80a629bbcb9e (patch) | |
| tree | e75f80365624c230778882969882d892e4bafb81 /lib/lettering/__init__.py | |
| parent | a010866680ab005992a41c9ccb2b832d21d49234 (diff) | |
Font sampling extension (#2858)
Diffstat (limited to 'lib/lettering/__init__.py')
| -rw-r--r-- | lib/lettering/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lettering/__init__.py b/lib/lettering/__init__.py index a733aa9f..dcfccaba 100644 --- a/lib/lettering/__init__.py +++ b/lib/lettering/__init__.py @@ -4,3 +4,4 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .font import Font, FontError +from .utils import get_font_list |
