diff --git a/pyproject.toml b/pyproject.toml index 1645733..b245c00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "r2dt-client" -version = "0.1.0" +version = "0.1.1" description = "R2DT API Client" authors = ["Aleksei Naiden "] license = "MIT" diff --git a/src/r2dt_client/commands/__init__.py b/src/r2dt_client/commands/__init__.py index e69de29..fa7b023 100644 --- a/src/r2dt_client/commands/__init__.py +++ b/src/r2dt_client/commands/__init__.py @@ -0,0 +1,4 @@ +from draw import draw_rna + + +__all__ = ["draw_rna"]