1
0

fix import error

This commit is contained in:
SomberNight
2018-09-20 01:20:13 +02:00
parent d50b36d314
commit 61b5ce0451

View File

@@ -1,5 +1,6 @@
from kivy.uix.widget import Widget
from kivy.properties import ObjectProperty
from kivy.core import core_select_lib
__all__ = ('NFCBase', 'NFCScanner')