diff options
Diffstat (limited to 'AyaBot/plugins/translate.py')
-rw-r--r-- | AyaBot/plugins/translate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/translate.py b/AyaBot/plugins/translate.py index 6422380..9c4ade5 100644 --- a/AyaBot/plugins/translate.py +++ b/AyaBot/plugins/translate.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- import re import sys sys.path.append('D:\code\Aya\AyaBot\plugins\Module') |