libui-ng-sys 0.7.0

Bindings to libui-ng
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3

# In order to run this program, PYTHONPATH must be set to
# point to source root.

from gluon import gluonator

print('Running mainprog from subdir.')

if gluonator.gluoninate() != 42:
    raise ValueError("!= 42")