##// END OF EJS Templates
Added sticker pack functionality
Added sticker pack functionality

File last commit:

r1951:1024ce38 default
r1951:1024ce38 default
Show More
constants.py
4 lines | 89 B | text/x-python | PythonLexer
import re
FILE_DIRECTORY = 'files/'
REGEX_TAGS = re.compile(r'^[\w\s\d]+$', re.UNICODE)