7 lines
196 B
Python
7 lines
196 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_login
|
|
from . import test_reset_password
|
|
from . import test_auth_signup
|