selectmixer commited on
Commit
1b37e81
·
1 Parent(s): 1515f1d
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
8
  from DepthFlow import DepthScene
9
  from DepthFlow.Motion import Presets
10
 
11
- class Handler:
12
  def __init__(self):
13
  """
14
  Initialize the handler and load necessary resources.
 
8
  from DepthFlow import DepthScene
9
  from DepthFlow.Motion import Presets
10
 
11
+ class EndpointHandler():
12
  def __init__(self):
13
  """
14
  Initialize the handler and load necessary resources.