ft_transcendence/accounts/tests/__init__.py

4 lines
97 B
Python
Raw Normal View History

2023-10-25 10:17:55 -04:00
from .register import *
from .login import *
from .change_password import *
from .delete import *