feat: type hints

This commit is contained in:
Bingsu
2023-05-16 17:22:24 +09:00
parent f0ad1473e3
commit 62e77a55b2
9 changed files with 395 additions and 0 deletions

4
sd_webui/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from typing import TYPE_CHECKING
if not TYPE_CHECKING:
from modules import *