ft_transcendence/accounts/tests/__init__.py

4 lines
86 B
Python
Raw Normal View History

2023-10-25 10:17:55 -04:00
from .register import *
from .login import *
2023-11-30 08:03:38 -05:00
from .edit import *
2023-10-25 10:17:55 -04:00
from .delete import *