first commit

This commit is contained in:
skylanix
2026-06-28 20:21:40 +02:00
commit b66b065da1
16 changed files with 1097 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""
Point d'entrée principal du script de classement automatique de captures d'écran de tweets.
"""
from tweet_classifier.cli import main
if __name__ == "__main__":
main()