vram22 5 hours ago

It's 736 LOC now.

Last 2 lines, 735 and 736:

    # Start the event loop with the main coroutine
    event_loop(main())
  • tarruda 3 hours ago

    If you count only the library code, it is less than 250 LOC.

    I then asked for Claude to write the docstrings and examples which increased by 500

  • Gys 3 hours ago

    That is counting all comments and empty lines, which are many.