6 lines
76 B
Python
6 lines
76 B
Python
class DragDropHelper:
|
|
data = None
|
|
|
|
def __init__(self):
|
|
pass
|