open-o1 / app.py
tikendraw's picture
saved the earth
73c2d32
raw
history blame contribute delete
63 Bytes
from app.app import main
if __name__ == '__main__':
main()