From 48c494e8527f96d25e12ae7fa0d2bcfeaf21faf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elijas=20Dap=C5=A1auskas?= <4084885+Elijas@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:12:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6bf255..c2dbbfa 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,9 @@ We're thrilled to inform you that the `sec-parser` project is the final prerequi To ensure your code remains functional even when we update `sec-ai`, it's recommended to avoid complex imports. Don't use intricate import statements that go deep into the package, like this: +``` from sec_ai.some_package.internal_utils import SomeInternalClass +``` Here are the suggested ways to import modules from `sec-ai`: