keymedia/managemedia/models/__init__.py

6 lines
105 B
Python
Raw Normal View History

2020-06-09 11:18:39 -04:00
from .books import *
from .common import *
from .movies import *
from .tv import *
from .vgames import *