add
This commit is contained in:
parent
85436203e9
commit
7fd4c1366e
|
@ -31,3 +31,7 @@ class S:
|
|||
|
||||
def proc(self):
|
||||
return
|
||||
|
||||
|
||||
s = S()
|
||||
s.get_orders()
|
||||
|
|
Loading…
Reference in New Issue