PyBitmessage-2021-04-27/src/bitmessageqt/tests/__init__.py

7 lines
123 B
Python

"""bitmessageqt tests"""
from main import TestMain
from support import TestSupport
__all__ = ["TestMain", "TestSupport"]