LabelCraft 2.1.2__tar.gz → 2.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/PKG-INFO +17 -9
- {labelcraft-2.1.2 → labelcraft-2.1.3}/PKG-INFO +17 -9
- {labelcraft-2.1.2 → labelcraft-2.1.3}/README.md +16 -8
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/__init__.py +1 -1
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/SOURCES.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/dependency_links.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/entry_points.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/not-zip-safe +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/requires.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/LabelCraft.egg-info/top_level.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/MANIFEST.in +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/data/coco_classes.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/data/predefined_classes.txt +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/labelcraft_ui.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/annotation_converter.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/annotation_importer.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/canvas.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/cli.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/coco_io.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/colorDialog.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/combobox.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/constants.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/create_ml_io.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/csv_io.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/default_label_combobox.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/hashableQListWidgetItem.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/i18n_engine.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/json_io.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/labelDialog.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/labelFile.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/lightWidget.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/locales/de-DE.json +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/locales/en.json +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/locales/fr-FR.json +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/locales/ja-JP.json +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/locales/zh-CN.json +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/locales/zh-TW.json +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/newProjectDialog.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/pascal_voc_io.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/project.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/resources.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/settings.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/shape.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/theme_manager.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/toolBar.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/ustr.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/utils.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/yolo_io.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/libs/zoomWidget.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/main.py +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/app.icns +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/app.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/app.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/app_screen.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/cancel.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/close.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/color.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/color_line.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/copy.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/delete.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/done.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/done.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/edit.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/expert1.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/expert2.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/eye.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/feBlend-icon.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/file.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/fit-width.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/fit-window.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/fit.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/format_createml.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/format_voc.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/format_yolo.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/help.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/labels.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/labels.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/light_brighten.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/light_darken.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/light_darken.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/light_lighten.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/light_reset.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/light_reset.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/new.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/next.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/objects.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/open.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/open.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/prev.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/quit.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/resetall.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/save-as.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/save-as.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/save.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/save.svg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/undo-cross.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/undo.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/verify.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/zoom-in.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/zoom-out.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources/icons/zoom.png +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/resources.qrc +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/setup.cfg +0 -0
- {labelcraft-2.1.2 → labelcraft-2.1.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LabelCraft
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.3
|
|
4
4
|
Summary: LabelCraft - A modern graphical image annotation tool based on labelImg
|
|
5
5
|
Home-page: https://github.com/syd168/LabelCraft
|
|
6
6
|
Author: LabelCraft Contributors
|
|
@@ -37,13 +37,14 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# LabelCraft - Intelligent Image Annotation Tool
|
|
39
39
|
|
|
40
|
-
> **Version 2.1.
|
|
40
|
+
> **Version 2.1.3** - A modern image annotation tool with project management and cross-platform support, developed based on [labelImg](https://github.com/tzutalin/labelImg)
|
|
41
41
|
|
|
42
42
|
[](LICENSE)
|
|
43
43
|
[](https://www.python.org/)
|
|
44
44
|
[](https://www.qt.io/)
|
|
45
|
-
[](https://github.com/syd168/LabelCraft/releases)
|
|
46
46
|
[](https://pepy.tech/project/labelcraft)
|
|
47
|
+
[](https://pypi.org/project/LabelCraft/)
|
|
47
48
|
|
|
48
49
|
**[中文文档](README-CN.md)** | **[English](README.md)**
|
|
49
50
|
|
|
@@ -99,11 +100,15 @@ Dynamic language switching without restart:
|
|
|
99
100
|
- Python API for integration
|
|
100
101
|
- Customizable shortcuts
|
|
101
102
|
- Brightness adjustment
|
|
102
|
-
- **Cross-Platform Dark Mode** (v2.1.
|
|
103
|
-
- Windows 11
|
|
103
|
+
- **Cross-Platform Dark Mode** (v2.1.2+)
|
|
104
|
+
- Windows 10/11: Automatic registry detection
|
|
104
105
|
- Linux (GNOME/KDE/Ubuntu): dconf/gsettings support
|
|
105
106
|
- macOS: System appearance detection
|
|
106
|
-
-
|
|
107
|
+
- Fusion style for consistent cross-platform rendering
|
|
108
|
+
- **Unified Build System** (v2.1.2+)
|
|
109
|
+
- PyInstaller-based builds for all platforms
|
|
110
|
+
- Consistent distribution packages
|
|
111
|
+
- GitHub Actions CI/CD automation
|
|
107
112
|
|
|
108
113
|
## 📸 Screenshot
|
|
109
114
|
|
|
@@ -406,15 +411,18 @@ See [TRANSLATION_GUIDE.md](doc/TRANSLATION_GUIDE.md) for details.
|
|
|
406
411
|
|
|
407
412
|
## ❓ FAQ
|
|
408
413
|
|
|
409
|
-
### Q: What's the difference between v1.x and v2.
|
|
414
|
+
### Q: What's the difference between v1.x and v2.1?
|
|
410
415
|
|
|
411
|
-
**A:** Version 2.
|
|
416
|
+
**A:** Version 2.1 introduces:
|
|
412
417
|
- ✅ Project-based workflow (vs. file-based in v1.x)
|
|
413
418
|
- ✅ Support for COCO and CSV formats
|
|
414
419
|
- ✅ Built-in format converter
|
|
415
|
-
- ✅ Dynamic language switching
|
|
420
|
+
- ✅ Dynamic language switching (6 languages)
|
|
416
421
|
- ✅ Enhanced UI with better organization
|
|
417
422
|
- ✅ Improved annotation management
|
|
423
|
+
- ✅ Cross-platform dark mode detection
|
|
424
|
+
- ✅ Unified PyInstaller build system
|
|
425
|
+
- ✅ PyPI package distribution
|
|
418
426
|
|
|
419
427
|
### Q: Can I still use it without creating a project?
|
|
420
428
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LabelCraft
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.3
|
|
4
4
|
Summary: LabelCraft - A modern graphical image annotation tool based on labelImg
|
|
5
5
|
Home-page: https://github.com/syd168/LabelCraft
|
|
6
6
|
Author: LabelCraft Contributors
|
|
@@ -37,13 +37,14 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# LabelCraft - Intelligent Image Annotation Tool
|
|
39
39
|
|
|
40
|
-
> **Version 2.1.
|
|
40
|
+
> **Version 2.1.3** - A modern image annotation tool with project management and cross-platform support, developed based on [labelImg](https://github.com/tzutalin/labelImg)
|
|
41
41
|
|
|
42
42
|
[](LICENSE)
|
|
43
43
|
[](https://www.python.org/)
|
|
44
44
|
[](https://www.qt.io/)
|
|
45
|
-
[](https://github.com/syd168/LabelCraft/releases)
|
|
46
46
|
[](https://pepy.tech/project/labelcraft)
|
|
47
|
+
[](https://pypi.org/project/LabelCraft/)
|
|
47
48
|
|
|
48
49
|
**[中文文档](README-CN.md)** | **[English](README.md)**
|
|
49
50
|
|
|
@@ -99,11 +100,15 @@ Dynamic language switching without restart:
|
|
|
99
100
|
- Python API for integration
|
|
100
101
|
- Customizable shortcuts
|
|
101
102
|
- Brightness adjustment
|
|
102
|
-
- **Cross-Platform Dark Mode** (v2.1.
|
|
103
|
-
- Windows 11
|
|
103
|
+
- **Cross-Platform Dark Mode** (v2.1.2+)
|
|
104
|
+
- Windows 10/11: Automatic registry detection
|
|
104
105
|
- Linux (GNOME/KDE/Ubuntu): dconf/gsettings support
|
|
105
106
|
- macOS: System appearance detection
|
|
106
|
-
-
|
|
107
|
+
- Fusion style for consistent cross-platform rendering
|
|
108
|
+
- **Unified Build System** (v2.1.2+)
|
|
109
|
+
- PyInstaller-based builds for all platforms
|
|
110
|
+
- Consistent distribution packages
|
|
111
|
+
- GitHub Actions CI/CD automation
|
|
107
112
|
|
|
108
113
|
## 📸 Screenshot
|
|
109
114
|
|
|
@@ -406,15 +411,18 @@ See [TRANSLATION_GUIDE.md](doc/TRANSLATION_GUIDE.md) for details.
|
|
|
406
411
|
|
|
407
412
|
## ❓ FAQ
|
|
408
413
|
|
|
409
|
-
### Q: What's the difference between v1.x and v2.
|
|
414
|
+
### Q: What's the difference between v1.x and v2.1?
|
|
410
415
|
|
|
411
|
-
**A:** Version 2.
|
|
416
|
+
**A:** Version 2.1 introduces:
|
|
412
417
|
- ✅ Project-based workflow (vs. file-based in v1.x)
|
|
413
418
|
- ✅ Support for COCO and CSV formats
|
|
414
419
|
- ✅ Built-in format converter
|
|
415
|
-
- ✅ Dynamic language switching
|
|
420
|
+
- ✅ Dynamic language switching (6 languages)
|
|
416
421
|
- ✅ Enhanced UI with better organization
|
|
417
422
|
- ✅ Improved annotation management
|
|
423
|
+
- ✅ Cross-platform dark mode detection
|
|
424
|
+
- ✅ Unified PyInstaller build system
|
|
425
|
+
- ✅ PyPI package distribution
|
|
418
426
|
|
|
419
427
|
### Q: Can I still use it without creating a project?
|
|
420
428
|
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# LabelCraft - Intelligent Image Annotation Tool
|
|
2
2
|
|
|
3
|
-
> **Version 2.1.
|
|
3
|
+
> **Version 2.1.3** - A modern image annotation tool with project management and cross-platform support, developed based on [labelImg](https://github.com/tzutalin/labelImg)
|
|
4
4
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://www.python.org/)
|
|
7
7
|
[](https://www.qt.io/)
|
|
8
|
-
[](https://github.com/syd168/LabelCraft/releases)
|
|
9
9
|
[](https://pepy.tech/project/labelcraft)
|
|
10
|
+
[](https://pypi.org/project/LabelCraft/)
|
|
10
11
|
|
|
11
12
|
**[中文文档](README-CN.md)** | **[English](README.md)**
|
|
12
13
|
|
|
@@ -62,11 +63,15 @@ Dynamic language switching without restart:
|
|
|
62
63
|
- Python API for integration
|
|
63
64
|
- Customizable shortcuts
|
|
64
65
|
- Brightness adjustment
|
|
65
|
-
- **Cross-Platform Dark Mode** (v2.1.
|
|
66
|
-
- Windows 11
|
|
66
|
+
- **Cross-Platform Dark Mode** (v2.1.2+)
|
|
67
|
+
- Windows 10/11: Automatic registry detection
|
|
67
68
|
- Linux (GNOME/KDE/Ubuntu): dconf/gsettings support
|
|
68
69
|
- macOS: System appearance detection
|
|
69
|
-
-
|
|
70
|
+
- Fusion style for consistent cross-platform rendering
|
|
71
|
+
- **Unified Build System** (v2.1.2+)
|
|
72
|
+
- PyInstaller-based builds for all platforms
|
|
73
|
+
- Consistent distribution packages
|
|
74
|
+
- GitHub Actions CI/CD automation
|
|
70
75
|
|
|
71
76
|
## 📸 Screenshot
|
|
72
77
|
|
|
@@ -369,15 +374,18 @@ See [TRANSLATION_GUIDE.md](doc/TRANSLATION_GUIDE.md) for details.
|
|
|
369
374
|
|
|
370
375
|
## ❓ FAQ
|
|
371
376
|
|
|
372
|
-
### Q: What's the difference between v1.x and v2.
|
|
377
|
+
### Q: What's the difference between v1.x and v2.1?
|
|
373
378
|
|
|
374
|
-
**A:** Version 2.
|
|
379
|
+
**A:** Version 2.1 introduces:
|
|
375
380
|
- ✅ Project-based workflow (vs. file-based in v1.x)
|
|
376
381
|
- ✅ Support for COCO and CSV formats
|
|
377
382
|
- ✅ Built-in format converter
|
|
378
|
-
- ✅ Dynamic language switching
|
|
383
|
+
- ✅ Dynamic language switching (6 languages)
|
|
379
384
|
- ✅ Enhanced UI with better organization
|
|
380
385
|
- ✅ Improved annotation management
|
|
386
|
+
- ✅ Cross-platform dark mode detection
|
|
387
|
+
- ✅ Unified PyInstaller build system
|
|
388
|
+
- ✅ PyPI package distribution
|
|
381
389
|
|
|
382
390
|
### Q: Can I still use it without creating a project?
|
|
383
391
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version_info__ = ('2', '1', '
|
|
1
|
+
__version_info__ = ('2', '1', '3')
|
|
2
2
|
__version__ = '.'.join(__version_info__)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|