From 1f75865b6686a46b08bef6963d361fe8d74c37f5 Mon Sep 17 00:00:00 2001 From: "Alphanome.AI" <137115920+alphanome@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:28:32 +0200 Subject: [PATCH] Update hello.py --- sec_ai/hello.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sec_ai/hello.py b/sec_ai/hello.py index cae0748..1df18ab 100644 --- a/sec_ai/hello.py +++ b/sec_ai/hello.py @@ -1,2 +1,6 @@ def hello() -> str: return "Hello, world!" +# Check out +# https://github.com/alphanome-ai/sec-parser +# where the majority of the development is happening right now. +# We'll get back to sec-ai once sec-parser is more ready.