cadquery-freecad-module/CadQuery/Libs/pyqode/python/__init__.py

11 lines
335 B
Python

# -*- coding: utf-8 -*-
"""
pyqode.python is an extension of pyqode.core that brings support
for the python programming language. It provides a set of additional modes and
panels for the frontend and a series of worker for the backend (code
completion, documentation lookups, code linters, and so on...).
"""
__version__ = '2.4.dev'