Files
ai-typewriter/main.py
T

5 lines
92 B
Python

from ai_typewriter.app import main
if __name__ == "__main__":
raise SystemExit(main())