1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
   | 
  ABOUT_ME = {
      'ID': [         'dog2',         'win2000',         '...',     ],
      'Tag': [         '2',         'dog',         '80s',         'patient',     ],
      'Contact': {         'E-Mail': 'n0bug@protonmail.com',     }
      'Social': {         'Github': 'https://github.com/dog-2/',     },
  }
 
  |