my.stackexchange: use GDPR data for votes

This commit is contained in:
Dima Gerasimov 2020-12-04 18:41:16 +00:00
parent 89c0f05636
commit ced0e99099
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