From 44e388ae36daeff5aeaf5a21888a037f932e0be9 Mon Sep 17 00:00:00 2001 From: pengtao Date: Sat, 12 Oct 2019 20:00:56 +0800 Subject: [PATCH] add init files --- config/__init__.py | 1 + data_channel/__init__.py | 1 + ops/__init__.py | 1 + 3 files changed, 3 insertions(+) create mode 100644 config/__init__.py create mode 100644 data_channel/__init__.py create mode 100644 ops/__init__.py diff --git a/config/__init__.py b/config/__init__.py new file mode 100644 index 0000000..7c68785 --- /dev/null +++ b/config/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- \ No newline at end of file diff --git a/data_channel/__init__.py b/data_channel/__init__.py new file mode 100644 index 0000000..7c68785 --- /dev/null +++ b/data_channel/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- \ No newline at end of file diff --git a/ops/__init__.py b/ops/__init__.py new file mode 100644 index 0000000..7c68785 --- /dev/null +++ b/ops/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- \ No newline at end of file