mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 20:55:02 -05:00
- Go through CAPI for python bindings - Consuming LLVM errors in CAPI: fixes previous issue which made this impossible in the python bindings
4 lines
90 B
Python
4 lines
90 B
Python
"""Zamalang python module"""
|
|
from _zamalang import *
|
|
from .compiler import CompilerEngine
|