mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 20:34:26 -08:00
6 lines
103 B
Python
6 lines
103 B
Python
from kivymd.uix.recycleview import MDRecycleView
|
|
|
|
|
|
class TrendingAnimeSideBar(MDRecycleView):
|
|
pass
|