mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
4 lines
90 B
Python
4 lines
90 B
Python
"""Zamalang python module"""
|
|
from _zamalang import *
|
|
from .compiler import CompilerEngine
|