memgraph/demo/static/demo.py
2016-03-13 21:51:04 +01:00

7 lines
69 B
Python

class Chromosome(object):
def __init__(self, k):
pass