Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python bindings #188

Merged
merged 13 commits into from
Oct 20, 2023
3 changes: 3 additions & 0 deletions bindings/python3/econf/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from econf.econf import *
from econf.econf import EconfFile
from econf.econf import _encode_str, _check_int_overflow, _check_uint_overflow, _check_float_overflow
Loading