Updated
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
import dwpicker
|
||||
from dwpicker.picker import detect_picker_namespace
|
||||
|
||||
|
||||
picker = dwpicker.current()
|
||||
if picker:
|
||||
namespace = detect_picker_namespace(picker.shapes)
|
Reference in New Issue
Block a user