ft_transcendence/django/accounts/tests/__init__.py
2024-08-27 18:09:09 +02:00

5 lines
108 B
Python

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