MetarNavigate/src/metar_navigate/services/__init__.py

3 lines
65 B
Python

from .METARSerice import METARService
__all__ = ["METARService"]