Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Sep 26, 2023
1 parent bf22aed commit 6fe5ad1
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 1,022 deletions.
7 changes: 3 additions & 4 deletions cppygen/_clang/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
# ===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===------------------------------------------------------------------------===#
# ===------------------------------------------------------------------------===#

r"""
Clang Library Bindings
Expand All @@ -19,5 +19,4 @@
Bindings for the Clang indexing library.
"""

__all__ = ['cindex']

__all__ = ["cindex"]
Loading

0 comments on commit 6fe5ad1

Please sign in to comment.