A package is a collection of functions. Packages let you organize functions within a project.
Your functions’ URLs are determined by their organization in the package directory structure.
Packages can contain single-file functions or multi-file functions.
Packages can contain any number of functions. A project can contain any number of packages. This lets you organize your project in the way that makes the most sense to you.