ft_transcendence/srcs/accounts/tests/__init__.py

4 lines
97 B
Python
Raw Normal View History

2023-11-23 10:43:30 -05:00
from .register import *
from .login import *
from .change_password import *
from .delete import *