This commit is contained in:
jxxghp
2023-08-04 16:14:52 +08:00
parent 99dcf96c7c
commit 541a8d725d
7 changed files with 9 additions and 26 deletions

View File

@ -1,7 +1,4 @@
import warnings
from ..tmdb import TMDb
from .find import Find
from .search import Search
class Movie(TMDb):

View File

@ -1,6 +1,4 @@
import warnings
from ..tmdb import TMDb
from .search import Search
class Person(TMDb):