Files
weather-info/app/tryout/__init__.py
2025-10-24 14:25:36 +02:00

6 lines
159 B
Python

from .emojis import emojis_check
from .fonts import fonts_check
from .weather import weather_check
__all__ = ['emojis_check', 'fonts_check', 'weather_check']