mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 01:25:59 +08:00
10 lines
203 B
Python
Executable file
10 lines
203 B
Python
Executable file
#!/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"))
|