Skip to content

Commit

Permalink
export LrcLibAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 5, 2023
1 parent ba0367c commit 03458cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lrclib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""LrcLib - A Python library for interacting with the LrcLib.net API."""
from .api import LrcLibAPI

__all__ = ["LrcLibAPI"]

0 comments on commit 03458cb

Please sign in to comment.