From 0fb4d28538d26e409b70ed50556a0b35c84e609a Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 3 May 2016 20:54:12 -0400 Subject: [PATCH] move team to a subdir as w/ participant This frees us up to implement additional logic in mixins rather than running away with the team.py file. --- gratipay/models/{team.py => team/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename gratipay/models/{team.py => team/__init__.py} (100%) diff --git a/gratipay/models/team.py b/gratipay/models/team/__init__.py similarity index 100% rename from gratipay/models/team.py rename to gratipay/models/team/__init__.py