Files
42_ft_transcendence/accounts/tests/__init__.py
2023-10-25 16:50:05 +02:00

4 lines
97 B
Python

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