/**
 * Social pressures under an Indian education system?
 */
function fromAuthor(): string[] {
  return 'https://www.youtube.com/watch?v=HZu3bXWhnX4'.split('');
}
export default fromAuthor;
