4 changed files with 127 additions and 127 deletions
@ -1,6 +0,0 @@ |
|||
from .main import IMDBAPI |
|||
|
|||
def start(): |
|||
return IMDBAPI() |
|||
|
|||
config = [] |
@ -0,0 +1,6 @@ |
|||
from .main import OMDBAPI |
|||
|
|||
def start(): |
|||
return OMDBAPI() |
|||
|
|||
config = [] |
Loading…
Reference in new issue