From d87fb703dc0af331b4a60bb0fb6e36fa6b776bc8 Mon Sep 17 00:00:00 2001 From: Dinis Cruz Date: Sat, 23 Nov 2024 15:11:33 +0000 Subject: [PATCH] added toml_from_file method alias --- osbot_utils/utils/Toml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osbot_utils/utils/Toml.py b/osbot_utils/utils/Toml.py index 30a87545..38760999 100644 --- a/osbot_utils/utils/Toml.py +++ b/osbot_utils/utils/Toml.py @@ -47,5 +47,7 @@ def toml_obj_from_file(toml_file): json_load_file = toml_dict_from_file toml_file_load = toml_dict_from_file + +toml_from_file = toml_dict_from_file toml_load = toml_dict_from_file toml_load_obj = toml_obj_from_file \ No newline at end of file