mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2026-02-04 13:56:23 -06:00
initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
"""
|
||||
pygments.lexers.math
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Just export lexers that were contained in this module.
|
||||
|
||||
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
# ruff: noqa: F401
|
||||
from pygments.lexers.python import NumPyLexer
|
||||
from pygments.lexers.matlab import MatlabLexer, MatlabSessionLexer, \
|
||||
OctaveLexer, ScilabLexer
|
||||
from pygments.lexers.julia import JuliaLexer, JuliaConsoleLexer
|
||||
from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
|
||||
from pygments.lexers.modeling import BugsLexer, JagsLexer, StanLexer
|
||||
from pygments.lexers.idl import IDLLexer
|
||||
from pygments.lexers.algebra import MuPADLexer
|
||||
|
||||
__all__ = []
|
||||
Reference in New Issue
Block a user