Initial ai typewriter implementation

This commit is contained in:
Edern Deneuville
2026-09-11 11:58:32 +02:00
parent 23e80fd079
commit a9034f8264
+4
View File
@@ -0,0 +1,4 @@
from ai_typewriter.app import main
if __name__ == "__main__":
raise SystemExit(main())