feat(py): python bindings for BoolExpr with sugar
This commit is contained in:
parent
6340a18149
commit
c322d34859
4 changed files with 176 additions and 33 deletions
6
pyargus/argus/__init__.py
Normal file
6
pyargus/argus/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from argus import _argus
|
||||
from argus._argus import *
|
||||
|
||||
__doc__ = _argus.__doc__
|
||||
if hasattr(_argus, "__all__"):
|
||||
__all__ = _argus.__all__
|
||||
Loading…
Add table
Add a link
Reference in a new issue