#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ˅

# ˄


class ImgHolding(object):
    # ˅
    
    # ˄

    def __init__(self, self, width, height, overlap, img):

        self.__p_width = w

        self.__p_height = h

        self.__p_distance = d

        self.__p_length = len

        self.__p_overlap = overlap

        self.__img = img

        # ˅
        pass
        # ˄

    def getImage(self):
        # ˅
        pass
        # ˄

    def getWidth(self):
        # ˅
        pass
        # ˄

    def getHeight(self):
        # ˅
        pass
        # ˄

    def getOverlap(self):
        # ˅
        pass
        # ˄

    # ˅
    
    # ˄


# ˅

# ˄
