Added teams to utils imports

This commit is contained in:
Koshin S Hegde 2024-09-01 12:10:08 +05:30
parent 2781848d31
commit 63559191a9

View File

@ -1,2 +1,3 @@
from utils.mail import MailHandler
from utils.user import User, UserHandler
from utils.team import Team, TeamHandler