1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-3.git synced 2024-11-23 16:34:21 +00:00
bda-3-steffo/unimore_bda_3/loaders/__init__.py

13 lines
154 B
Python
Raw Permalink Normal View History

2022-11-25 08:23:40 +00:00
from . import gtrends
from . import itad
from . import steam
from . import steamdb
__all__ = (
"gtrends",
"itad",
"steam",
"steamdb",
)