feat: blacklist

This commit is contained in:
2026-06-16 00:24:40 +02:00
parent 3df8cfffc7
commit 015eebd6ed
6 changed files with 1315 additions and 25 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import shutil
import subprocess
import typing
from .tld_list import TLDList
from .word_list import WordList
from cool_domain.tld_list import TLDList
from cool_domain.word_list import WordList
class FactoryError(Exception):