mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
8 lines
243 B
Python
8 lines
243 B
Python
from .igdb_handler import IGDBBaseHandler
|
|
from .moby_handler import MobyGamesHandler
|
|
from .sgdb_handler import SGDBBaseHandler
|
|
|
|
meta_igdb_handler = IGDBBaseHandler()
|
|
meta_moby_handler = MobyGamesHandler()
|
|
meta_sgdb_handler = SGDBBaseHandler()
|