Skip to content

Instantly share code, notes, and snippets.

@nickgrier07
nickgrier07 / Conf.py
Last active June 9, 2018 16:55
Module experiment
class Configure(object):
def __init__(self, pointM, pointN):
self.pointM = pointM
self.pointN = pointN
self.native = True
def Points(self, M, N, n_):
try:
M = str(M)
N = str(N)