mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-02-08 17:30:09 +00:00
5 lines
82 B
Python
5 lines
82 B
Python
from typing import TYPE_CHECKING
|
|
|
|
if not TYPE_CHECKING:
|
|
from modules import *
|