42_ft_transcendence/django/accounts/tests/__init__.py
2024-05-14 08:50:37 +02:00

5 lines
108 B
Python

from .register import *
from .login import *
from .logout import *
from .edit import *
from .delete import *