1
0

video.py 176 B

1234567
  1. """A video component."""
  2. from reflex.components.react_player.react_player import ReactPlayer
  3. class Video(ReactPlayer):
  4. """Video component share with audio component."""