/*Language: Python REPLRequires: python.jsAuthor: Josh Goebel <hello@joshgoebel.com>Category: common*/functionpythonRepl(hljs){return{aliases:['pycon'],contains:[{className:'meta.prompt',starts:{// a space separates the REPL prefix from the actual code// this is purely for cleaner HTML outputend:/ |$/,starts:{end:'$',subLanguage:'python'}},variants:[{begin:/^>>>(?=[]|$)/},{begin:/^\.\.\.(?=[]|$)/}]}]};}export{pythonReplasdefault};