BinaryONe commited on
Commit
50586c0
·
1 Parent(s): 3dac60c

AllFilesDB

Browse files
Files changed (1) hide show
  1. FileStream/server/API/__init__.py +1 -1
FileStream/server/API/__init__.py CHANGED
@@ -5,7 +5,7 @@ from aiohttp import web
5
  from .downloads import stream_handler
6
  from .uploads import upload_file
7
  from .search import SearchAll
8
- from .listings import AllMovies10
9
 
10
 
11
  #-----------------------------Functions------------------------#
 
5
  from .downloads import stream_handler
6
  from .uploads import upload_file
7
  from .search import SearchAll
8
+ from .listings import AllMovies10,AllSeries10,Leatest10
9
 
10
 
11
  #-----------------------------Functions------------------------#