Files
concrete/compiler/python/zamalang/__init__.py
2021-08-18 17:38:46 +02:00

4 lines
90 B
Python

"""Zamalang python module"""
from _zamalang import *
from .compiler import CompilerEngine