6 lines
116 B
Python
6 lines
116 B
Python
from __future__ import annotations
|
|
|
|
import platformdirs
|
|
|
|
DIR = platformdirs.user_cache_dir("proxy_scraper_checker")
|