Quick Python IO Library for Advent
- Provides
IStream, which is an input convenience class IStreameasily switches between stdin and file input if given a file name or notintconversion builtin, and can get the next n tokens or ints- Same line reading functionality as
open - Contains some examples for use, alongside demonstration of
parse