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

7 lines
123 B
Python
Raw Normal View History

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