This commit is contained in:
yumoqing 2021-01-31 14:41:10 +08:00
parent 7e90ca2a31
commit 804c0357b1

View File

@ -0,0 +1,6 @@
from kivy.event import EventDispatcher
from appPublic.background import Background
class BackendFunction(EventDispatcher, Background):
def __init__(self, func, *args, **kw):
self.fu