7 lines
163 B
Python
7 lines
163 B
Python
|
import dwpicker
|
||
|
from dwpicker.picker import detect_picker_namespace
|
||
|
|
||
|
|
||
|
picker = dwpicker.current()
|
||
|
if picker:
|
||
|
namespace = detect_picker_namespace(picker.shapes)
|