From a8954f6bca01b0524bd2358bd3ca736e8a785b02 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Sun, 3 Mar 2019 23:00:57 +0800 Subject: [PATCH] Change cpp to __init__.py --- comfortable_swipe/cpp/.gitkeep | 0 comfortable_swipe/cpp/__init__.py | 1 + 2 files changed, 1 insertion(+) delete mode 100644 comfortable_swipe/cpp/.gitkeep create mode 100644 comfortable_swipe/cpp/__init__.py diff --git a/comfortable_swipe/cpp/.gitkeep b/comfortable_swipe/cpp/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/comfortable_swipe/cpp/__init__.py b/comfortable_swipe/cpp/__init__.py new file mode 100644 index 0000000..ded284d --- /dev/null +++ b/comfortable_swipe/cpp/__init__.py @@ -0,0 +1 @@ +# This is a placeholder module that will contain the C++ libraries.