mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 19:21:33 +00:00
feat: type hints
This commit is contained in:
4
sd_webui/__init__.py
Normal file
4
sd_webui/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if not TYPE_CHECKING:
|
||||
from modules import *
|
||||
Reference in New Issue
Block a user