From 9565cb33dda6f4caca1ee0eefb53c7f1f1a06f44 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Sun, 15 Mar 2020 20:42:39 +0000 Subject: [PATCH] move RTM module from private package --- rtm/__init__.py => my/rtm.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename rtm/__init__.py => my/rtm.py (100%) diff --git a/rtm/__init__.py b/my/rtm.py similarity index 100% rename from rtm/__init__.py rename to my/rtm.py