mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-05 09:17:28 -08:00
4 lines
86 B
Python
4 lines
86 B
Python
from kivy.uix.modalview import ModalView
|
|
|
|
class AnimdlDialogPopup(ModalView):
|
|
pass |