7 lines
123 B
Python
7 lines
123 B
Python
|
"""bitmessageqt tests"""
|
||
|
|
||
|
from main import TestMain
|
||
|
from support import TestSupport
|
||
|
|
||
|
__all__ = ["TestMain", "TestSupport"]
|