1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-3.git synced 2024-11-22 16:04:21 +00:00
bda-3-steffo/unimore_bda_3/loaders/__init__.py
2023-07-02 09:08:57 +02:00

12 lines
154 B
Python

from . import gtrends
from . import itad
from . import steam
from . import steamdb
__all__ = (
"gtrends",
"itad",
"steam",
"steamdb",
)