Add module for Europarl videos
We currently support committees and other events. TODO: support plenary sessions TODO: latest and search Signed-off-by: François Revol <revol@free.fr> Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
parent
e04bd9c8eb
commit
a5a5489872
8 changed files with 354 additions and 0 deletions
3
modules/europarl/__init__.py
Normal file
3
modules/europarl/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .backend import EuroparlBackend
|
||||
|
||||
__all__ = ['EuroparlBackend']
|
||||
Loading…
Add table
Add a link
Reference in a new issue