hass-sncf/sncf/__init__.py

5 lines
95 B
Python

from .sncf import SNCF
from .objects import Journey
from .objects import *
#__all__ = ['SNCF']