Skip to content

Commit 1e3daad

Browse files
author
iPhysicX
committed
add empty mockup for dll
1 parent 7e8177a commit 1e3daad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Mockup_SimConnectDLL.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from ctypes import CDLL
2+
3+
class SimConnectDLL(CDLL):
4+
pass
5+

0 commit comments

Comments
 (0)