ft_transcendence/srcs/accounts/tests/__init__.py
2023-11-23 16:43:30 +01:00

4 lines
97 B
Python

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