mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-05-04 02:01:50 +08:00
update readme
This commit is contained in:
8
app/person.py
Normal file
8
app/person.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import app.DataBase.data as data
|
||||
|
||||
|
||||
class Person:
|
||||
def __init__(self, wxid: str):
|
||||
self.wxid = wxid
|
||||
self.username = data.get_conRemark(wxid)
|
||||
self.avatar_path = data.get_avator(wxid)
|
||||
Reference in New Issue
Block a user