v.0.4.2 further cleanup main.py

This commit is contained in:
tiijay
2025-10-24 14:25:36 +02:00
parent 956efe9628
commit 37d5276537
6 changed files with 32 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
from .emojis import emojis_check
from .fonts import fonts_check
from .weather import weather_check
__all__ = ['emojis_check', 'fonts_check', 'weather_check']