From f9922de4f36603b3d447d0c5ebc51a751d652a79 Mon Sep 17 00:00:00 2001 From: Giulio Benedetti Date: Thu, 11 Jun 2026 14:36:15 +0300 Subject: [PATCH] Example feature --- tests/test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index a45e9e7..2148920 100644 --- a/tests/test.py +++ b/tests/test.py @@ -12,4 +12,6 @@ # print(df.head()) # # Select specific versions -# g = ariadnepy.ariadne(versions={"GO": "2026-01-23", "KEGG": "latest"}) \ No newline at end of file +# g = ariadnepy.ariadne(versions={"GO": "2026-01-23", "KEGG": "latest"}) + +# Example code in tests