blob: a99b73d2f230d105fe00234e7b94a21666fc286d [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/python/python_library.gni")
python_library("colorama") {
enable_mypy = false
source_root = "colorama/colorama"
sources = [
"__init__.py",
"ansi.py",
"ansitowin32.py",
"initialise.py",
"win32.py",
"winterm.py",
]
}
group("tests") {
testonly = true
deps = [ "tests" ]
}