Skip to content

Commit

Permalink
Move fontlab to fontlab.vfj, there'll be VFB soon
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Apr 8, 2024
1 parent 8cb7636 commit b02a773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/babelfont/convertors/fontlab/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from babelfont.convertors.fontlab.vfj import FontlabVFJ

__all__ = [
"FontlabVFJ",
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from babelfont.convertors import BaseConvertor


class Fontlab(BaseConvertor):
class FontlabVFJ(BaseConvertor):
suffix = ".vfj"

def _load(self):
Expand Down

0 comments on commit b02a773

Please sign in to comment.