Ajout du GUI
This commit is contained in:
12
kivy/core/video/video_null.py
Normal file
12
kivy/core/video/video_null.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
'''
|
||||
VideoNull: empty implementation of VideoBase for the no provider case
|
||||
'''
|
||||
|
||||
from kivy.core.video import VideoBase
|
||||
|
||||
|
||||
class VideoNull(VideoBase):
|
||||
'''VideoBase implementation when there is no provider.
|
||||
'''
|
||||
pass
|
||||
Reference in New Issue
Block a user