blob: 9525c4fe7075bdc877cf01d4207496da2fe949d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/python2.7
from Pb_Api.ImPattern import Pb_Api_ImPattern
from Pb_Api.ImGrid import Pb_Api_ImGrid
import pprint
api = Pb_Api_ImPattern()
request = api.request_new()
request.randomize()
resp = request.execute()
|