Ajout du GUI
This commit is contained in:
6
kivy/tests/pyinstaller/video_widget/main.py
Normal file
6
kivy/tests/pyinstaller/video_widget/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from project import VideoApp
|
||||
|
||||
if __name__ == '__main__':
|
||||
from kivy.core.video import Video
|
||||
assert Video is not None
|
||||
VideoApp().run()
|
||||
Reference in New Issue
Block a user