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