mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-10 19:35:10 -05:00
Fix exporting
This commit is contained in:
parent
b69097789f
commit
66d07009ef
@ -193,6 +193,8 @@ exports
|
||||
{ Finder }
|
||||
findColor,
|
||||
findColors,
|
||||
findColorTolerance,
|
||||
findColorsTolerance,
|
||||
|
||||
{ Mem Management }
|
||||
fpc_freemem_,
|
||||
|
@ -26,6 +26,8 @@ class MMLCore(object):
|
||||
def __del__(self):
|
||||
del self.dll
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
DLL = MMLCore('../libmml.so')
|
||||
|
||||
c = Color(DLL)
|
||||
|
Loading…
Reference in New Issue
Block a user