my.stackexchange: use GDPR data for votes

This commit is contained in:
Dima Gerasimov 2020-12-04 18:41:16 +00:00 committed by karlicoss
parent ddea816a49
commit 63c825ab81
3 changed files with 98 additions and 2 deletions

View file

@ -9,3 +9,8 @@ from .cfg import make_config
from .util import __NOT_HPI_MODULE__
from .error import Res, unwrap
# just for brevity in modules
from dataclasses import dataclass
from pathlib import Path