From a0ffc8d3fa13c08bbda77ede8f62facd4269f0c4 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 20 Jun 2022 23:09:10 +0200 Subject: [PATCH] auto import env (and register gym-envs) on pkg-load --- columbus/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/columbus/__init__.py b/columbus/__init__.py index 0362742..2056b13 100644 --- a/columbus/__init__.py +++ b/columbus/__init__.py @@ -1 +1,2 @@ # emtpy +from columbus import env