This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
214 B

  1. # -*- coding: utf-8 -*-
  2. from .tree import *
  3. from .visitors import *
  4. from .exceptions import *
  5. from .lexer import *
  6. from .lark import *
  7. from logging import Logger as _Logger
  8. logger: _Logger
  9. __version__: str = ...