Commit
·
1b37e81
1
Parent(s):
1515f1d
name fix
Browse files- 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
|
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.
|