mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-03 20:30:38 +04:00
12 lines
208 B
Python
12 lines
208 B
Python
from .games import *
|
|
from .game_genres import *
|
|
|
|
from .movies import *
|
|
from .movie_genres import *
|
|
from .movie_actors import *
|
|
|
|
from .audiobooks import *
|
|
from .audiobook_genres import *
|
|
|
|
from .users import *
|