1#===----------------------------------------------------------------------===##
2#
3# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4# See https://llvm.org/LICENSE.txt for license information.
5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6#
7#===----------------------------------------------------------------------===##
8
9"""libcxx python utilities"""
10
11__author__ = 'Eric Fiselier'
12__email__ = 'eric@efcs.ca'
13__versioninfo__ = (0, 1, 0)
14__version__ = ' '.join(str(v) for v in __versioninfo__) + 'dev'
15
16__all__ = []
17