Skip to content

Commit

Permalink
added toml_from_file method alias
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Nov 23, 2024
1 parent a44db43 commit d87fb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osbot_utils/utils/Toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d87fb70

Please sign in to comment.