ft_transcendence/accounts/tests/__init__.py

4 lines
97 B
Python

from .register import *
from .login import *
from .change_password import *
from .delete import *