bugfix
This commit is contained in:
parent
7e90ca2a31
commit
804c0357b1
6
kivyblocks/backendfunction.py
Normal file
6
kivyblocks/backendfunction.py
Normal 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
|
Loading…
Reference in New Issue
Block a user