python-repl-IAEY6MFW.mjs 490 B

12345
  1. import { __commonJS } from './chunk-JRLSWQMA.mjs';
  2. var require_python_repl=__commonJS({"../../node_modules/highlight.js/lib/languages/python-repl.js"(exports,module){function pythonRepl(hljs){return {aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}module.exports=pythonRepl;}});var pythonReplIAEY6MFW = require_python_repl();
  3. export { pythonReplIAEY6MFW as default };