From 10e1ef718715379355a2d93b706be005f3a594e6 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Tue, 17 Sep 2019 21:33:17 +0400 Subject: [PATCH] move to subfolder --- __init__.py => my/__init__.py | 0 py.typed => my/py.typed | 0 stackexchange.py => my/stackexchange.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => my/__init__.py (100%) rename py.typed => my/py.typed (100%) rename stackexchange.py => my/stackexchange.py (100%) diff --git a/__init__.py b/my/__init__.py similarity index 100% rename from __init__.py rename to my/__init__.py diff --git a/py.typed b/my/py.typed similarity index 100% rename from py.typed rename to my/py.typed diff --git a/stackexchange.py b/my/stackexchange.py similarity index 100% rename from stackexchange.py rename to my/stackexchange.py