You've already forked ada-py-bind
mirror of
https://github.com/AdaCore/ada-py-bind.git
synced 2026-02-12 13:05:06 -08:00
6 lines
66 B
Python
6 lines
66 B
Python
import gen
|
|
|
|
p = gen.Shape()
|
|
print p.position.x
|
|
print p.position.y
|