diff --git a/wikibot3rd/sso.py b/wikibot3rd/sso.py index 677909c..24fa2e2 100644 --- a/wikibot3rd/sso.py +++ b/wikibot3rd/sso.py @@ -13,13 +13,10 @@ import mysql.connector from mysql.connector import pooling -from dataclasses_json import dataclass_json -from dataclasses import dataclass -from lodstorage.yamlable import yamlable -@yamlable -@dataclass_json -@dataclass +from lodstorage.yamlable import lod_storable + +@lod_storable class User: """ Mediawiki user details