Export key classes from api and error modules

This commit is contained in:
2024-05-06 20:11:06 -07:00
parent 1b63264d17
commit 14dc81061b

View File

@@ -1,3 +1,5 @@
from .api import OmdbApi
from .error import OmdbError
from .result import (
ExtendedResult,
MovieExtendedResult,