9 lines
111 B
Python
9 lines
111 B
Python
from app.chain import ChainBase
|
|
|
|
|
|
class TmdbChain(ChainBase):
|
|
"""
|
|
TheMovieDB处理链
|
|
"""
|
|
pass
|