A collection of pre-written code that you can import and use in your own programs. flask is a library. csv is a library. Libraries hide complexity — they let you do complex tasks without writing all the code yourself. In Python, you install libraries with pip and use them with import.
Flask Sequence