mirror of
https://github.com/wahyd4/youxiang.git
synced 2026-08-08 21:06:21 +10:00
10 lines
98 B
Python
10 lines
98 B
Python
# coding=utf-8
|
|
|
|
"""
|
|
|
|
"""
|
|
from chat.wechat import *
|
|
|
|
if __name__ == '__main__':
|
|
run()
|