예제 #1
0
파일: app.py 프로젝트: matanhaller/pype
    def __init__(self, **kwargs):
        """Constructor method.
        
        Args:
            **kwargs: Keyword arguments supplied in dictionary form.
        """

        Camera.__init__(self, index=get_option('cam_index'), **kwargs)