7 lines
136 B
Python
7 lines
136 B
Python
# PYTHONPATH=./dist python test/test.py
|
|
|
|
from xrfragment import xrfragment_Query
|
|
|
|
q = xrfragment_Query(".foo")
|
|
|
|
print( q.toObject() )
|