import AbstractLanguage from './AbstractLanguage' export default class extends AbstractLanguage { constructor() { super('Python', '#', 'py') } }