const config = {
alphabet_en: 'abcdefghijklmnopqrstuvwxyz',
numbers: '1234567890',
specials_1: '~!@#$%^&*()_+?}{═',
specials_2: '√∫∂∑∏&±×·∗÷⊗⊕∈∉∩∪⊂⊃⊆⊇∅∃∀⇐⇒⇑⇓⇔∇ℵℑ℘ℜ♚♛♜♝♞♟¢€¥£¤★☭♪☂☠☛▌▄■▀▐',
specials_3: 'ɱɳɲŋʈɖɟɢʔɨʉɯɪʏʊøɘɵɤəɛœɜɞʌɔʦʧʨʣʤʥʢʡɕʑɺ˘‖‿'
}
module.exports = {
config
}