A bunch of functions
- Pros
- User does not need to always prefix operations with your library name
 - Easier to write the library
 
 - Cons
- Unclear (to user) where the functions are coming from
 - Functions and constants can override your variables (or other libraries)
 
 
14 / 32