/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/python/stack-data/stack_data/__init__.py
10 строк
419 B
wilytiger
support building opensource nbs with ya make
09 окт 2023, 17:33
09 окт 2023, 17:33
759d542
Код
Авторство
О чём код?
from .core import Source, FrameInfo, markers_from_ranges, Options, LINE_GAP, Line, Variable, RangeInLine, \ RepeatedFrames, MarkerInLine, style_with_executing_node, BlankLineRange, BlankLines from .formatting import Formatter from .serializing import Serializer try: from .version import __version__ except ImportError: # version.py is auto-generated with the git tag when building __version__ = "???"