Skip to content
Snippets Groups Projects
Density.py 140 B
# -*- coding: utf-8 -*-


class Density(object):
    '''TODO: write doc'''

    def __init__(self):
        super(Density, self).__init__()