This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
literate-tribble/embed/embed.py
2015-12-10 14:14:30 -05:00

7 lines
111 B
Python

from ctypes import cdll
lib = cdll.LoadLibrary("target/release/libembed.dylib")
lib.process()
print("done!")