mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-26 03:04:48 -08:00
6 lines
88 B
Python
6 lines
88 B
Python
from kivy.uix.modalview import ModalView
|
|
|
|
|
|
class AnimdlDialogPopup(ModalView):
|
|
pass
|