v.0.5.0 cleanup code, utils ...

This commit is contained in:
tiijay
2025-11-12 10:49:53 +01:00
parent 74eca565a1
commit e58029f165
10 changed files with 135 additions and 95 deletions

View File

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