4. Repositories

Creating the repo.py module

  1. Create a new file called repo.py
  2. Include our usual import block
  3. Add import login to the list

We’re going to be adding a create_repo function and modifying the testing in the if block.