big upgrade UwU

This commit is contained in:
2026-07-27 15:16:01 +02:00
parent 9fb2bf0a74
commit 1ff979f1e5
30 changed files with 3304 additions and 183 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Allow ``python -m sticker_downloader``."""
from sticker_downloader.cli import main
if __name__ == "__main__":
raise SystemExit(main())