5 lines
92 B
Python
5 lines
92 B
Python
from ai_typewriter.app import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|