You've already forked FrameTour-RenderWorker
q
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
"""
|
||||
|
||||
import threading
|
||||
from typing import Dict, Type, TypeVar, Optional
|
||||
from typing import Dict, Type, TypeVar, Optional, TYPE_CHECKING
|
||||
import logging
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .render_service import RenderService
|
||||
from .template_service import TemplateService
|
||||
from .task_service import TaskService
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
Reference in New Issue
Block a user