Files
hakril-PythonForWindows/windows/test/__init__.py
T
2016-01-29 18:05:21 +01:00

4 lines
232 B
Python

from mytest import WindowsTestCase, WindowsAPITestCase, DebuggerTestCase, NativeUtilsTestCase, pop_calc_32, pop_calc_64, Calc32, Calc64
__all__ = ["WindowsTestCase", "WindowsAPITestCase", "DebuggerTestCase", "NativeUtilsTestCase"]