mirror of https://github.com/kivy/kivy.git
sandbox: add documentation generation + register sandbox
This commit is contained in:
parent
f5771974c5
commit
d8d1874937
|
@ -25,6 +25,7 @@ import kivy
|
|||
import kivy.app
|
||||
import kivy.metrics
|
||||
import kivy.atlas
|
||||
import kivy.context
|
||||
import kivy.core.audio
|
||||
import kivy.core.camera
|
||||
import kivy.core.clipboard
|
||||
|
|
|
@ -145,6 +145,7 @@ r('SlideTransition', module='kivy.uix.screenmanager')
|
|||
r('SwapTransition', module='kivy.uix.screenmanager')
|
||||
r('WipeTransition', module='kivy.uix.screenmanager')
|
||||
r('FadeTransition', module='kivy.uix.screenmanager')
|
||||
r('Sandbox', module='kivy.uix.sandbox')
|
||||
r('Video', module='kivy.uix.video')
|
||||
r('VideoPlayer', module='kivy.uix.videoplayer')
|
||||
r('VideoPlayerVolume', module='kivy.uix.videoplayer')
|
||||
|
|
Loading…
Reference in New Issue