Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4acc0b51b1 | ||
|
|
a626b738a9 |
@@ -1,7 +1,7 @@
|
|||||||
# MARK: Project info
|
# MARK: Project info
|
||||||
[project]
|
[project]
|
||||||
name = "corelibs"
|
name = "corelibs"
|
||||||
version = "0.12.6"
|
version = "0.13.0"
|
||||||
description = "Collection of utils for Python scripts"
|
description = "Collection of utils for Python scripts"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Settings loader test
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from corelibs.iterator_handling.dump_data import dump_data
|
from corelibs.debug_handling.dump_data import dump_data
|
||||||
from corelibs.logging_handling.log import Log
|
from corelibs.logging_handling.log import Log
|
||||||
from corelibs.config_handling.settings_loader import SettingsLoader
|
from corelibs.config_handling.settings_loader import SettingsLoader
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user