...HandsomeOne/Nonogram: Another nonogram (also known as...
class nonogram.Editor #constructor(m, n, canvas[, config]) Creates a nonogram editor. m: number of rows, or the length of each column. n: number of columns, or the length of each row. optionalcanvas: same as that ofnonogram.Solver. ...