from kivy.app import app
class TheLabApp(App):
pass
TheLabApp().run()
I get the error report:
ModuleNotFoundError: No module named 'kivy'
from kivy.app import app
class TheLabApp(App):
pass
TheLabApp().run()
I get the error report:
ModuleNotFoundError: No module named 'kivy'