Класс Pager перемещен в корень библиотеки

このコミットが含まれているのは:
Gleb Liutsko 2019-11-19 21:00:58 +04:00
コミット bbf7ad2370
2個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -23,7 +23,6 @@ from .artist.brief_info import BriefInfo
from .artist.counts import Counts from .artist.counts import Counts
from .artist.description import Description from .artist.description import Description
from .artist.link import Link from .artist.link import Link
from .artist.pager import Pager
from .artist.ratings import Ratings from .artist.ratings import Ratings
from .artist.vinyl import Vinyl from .artist.vinyl import Vinyl
@ -94,6 +93,7 @@ from .supplement.supplement import Supplement
from .supplement.lyrics import Lyrics from .supplement.lyrics import Lyrics
from .supplement.video_supplement import VideoSupplement from .supplement.video_supplement import VideoSupplement
from .pager import Pager
from .cover import Cover from .cover import Cover
from .experiments import Experiments from .experiments import Experiments
from .invocation_info import InvocationInfo from .invocation_info import InvocationInfo