Modules

A module is a .py source file.

  • all modules are importable.
  • all modules have a name.
  • all modules exist within the project's hierarchy.
  • modules may exist within packages, or be stand-alone.