mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 22:20:34 -08:00
6 lines
88 B
Python
6 lines
88 B
Python
from kivy.uix.modalview import ModalView
|
|
|
|
|
|
class AnimdlDialogPopup(ModalView):
|
|
pass
|