Skip to content

Commit

Permalink
fix gh again
Browse files Browse the repository at this point in the history
  • Loading branch information
shadorki committed Sep 25, 2023
1 parent bc126d4 commit 1747c9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion owo_suit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
import params
import time
import clr
import os

dll_path = os.path.abspath(os.path.join(os.path.dirname(__file__), './owo/OWO.dll'))
from System.Reflection import Assembly
Assembly.UnsafeLoadFrom('./owo/OWO.dll')
Assembly.UnsafeLoadFrom(dll_path)
from OWOGame import OWO, SensationsFactory, Muscle, ConnectionState


Expand Down

0 comments on commit 1747c9c

Please sign in to comment.