|
||||
File indexing completed on 2025-01-18 09:15:42
0001 # SPDX-FileCopyrightText: 2023-present Dmitry Kalinkin <dmitry.kalinkin@gmail.com> 0002 # 0003 # SPDX-License-Identifier: MIT 0004 import sys 0005 0006 if __name__ == '__main__': 0007 from .cli import capybara 0008 0009 sys.exit(capybara())
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |