mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
10 lines
299 B
Python
10 lines
299 B
Python
from .igdb_handler import IGDBHandler
|
|
from .moby_handler import MobyGamesHandler
|
|
from .sgdb_handler import SGDBBaseHandler
|
|
from .ss_handler import SSHandler
|
|
|
|
meta_igdb_handler = IGDBHandler()
|
|
meta_moby_handler = MobyGamesHandler()
|
|
meta_ss_handler = SSHandler()
|
|
meta_sgdb_handler = SGDBBaseHandler()
|