Skip to content

Commit

Permalink
Fixing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
the-lay committed Mar 19, 2024
1 parent cc5ff45 commit 1bd93d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions friendlywords/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys
from .friendlywords import FriendlyWords

__version__ = FriendlyWords.__version__
sys.modules[__name__] = FriendlyWords(__name__)

0 comments on commit 1bd93d6

Please sign in to comment.