mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-27 22:46:38 +08:00
10 lines
203 B
Python
Executable file
Vendored
10 lines
203 B
Python
Executable file
Vendored
#!/usr/bin/env python3
|
|
|
|
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
import importlib.resources
|
|
|
|
print(importlib.resources.files("weblate_schemas"))
|