File size: 119 Bytes
dd82d0a
 
 
 
ccbdd61
 
 
1
2
3
4
5
6
7
from pathlib import Path

current_dir = Path(__file__).parent

TEMP_DIR = current_dir / 'temp'

message_dict = {}