blob: 1c63b3285b135fa8490823ba4f78449febb6a146 [file] [log] [blame]
# Copyright 2024 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("pypng") {
library_name = "png"
sources = [
"__init__.py",
"src/code/png.py",
]
}