| Trees | Indices | Help |
|---|
|
|
1 #!/usr/bin/env python
2 from ckbot.posable import PoseRecorder, PoseRecorderCLI
3
4 if __name__ == "__main__":
5 import ckbot.logical as L
6 c = L.Cluster()
7 n = input("How many modules to .populate()? ")
8 c.populate(n,timeout=n*0.5)
9 pr = PoseRecorder(c.values())
10 cli = PoseRecorderCLI(pr,c)
11 cli.run()
12 pr.off()
13
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |