From 0a26428857b947f3e10e7e64d176e60a9f906747 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Sun, 6 Oct 2024 14:43:19 -0400 Subject: [PATCH] update --- Package/Python/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Package/Python/README.md b/Package/Python/README.md index c9cb265..b697817 100644 --- a/Package/Python/README.md +++ b/Package/Python/README.md @@ -1,6 +1,8 @@ # Bellande Format Python Example ``` +from bellande_format import Bellande_Format + bellande_formatter = Bellande_Format() # Parse a Bellande file @@ -22,7 +24,7 @@ bellande_formatter.write_bellande(data_to_write, "path/to/output/file.bellande") ``` Name: bellande_format -Version: 0.1.0 +Version: 0.1.4 Summary: File type Formats Home-page: github.com/RonaldsonBellande/bellande_format Author: Ronaldson Bellande