xrfragment/test/test.py

8 lines
136 B
Python
Raw Normal View History

2023-03-31 19:13:42 +02:00
# PYTHONPATH=./dist python test/test.py
2023-03-09 19:58:08 +01:00
2023-03-31 19:13:42 +02:00
from xrfragment import xrfragment_Query
2023-03-09 19:58:08 +01:00
2023-03-31 19:13:42 +02:00
q = xrfragment_Query(".foo")
print( q.toObject() )