vars: move generation functions to clan_lib

This commit is contained in:
DavHau
2025-08-19 18:05:12 +07:00
parent 9ce563aa08
commit 815c6c9438
19 changed files with 189 additions and 185 deletions

View File

@@ -7,7 +7,7 @@ from typing import TYPE_CHECKING
from clan_lib.errors import ClanError
if TYPE_CHECKING:
from .generate import Generator, GeneratorKey
from .generator import Generator, GeneratorKey
class GeneratorNotFoundError(ClanError):