diff --git a/src/__init__.py b/src/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..522339c752ccb9160d477167753d9c4b6c61be7b
--- /dev/null
+++ b/src/__init__.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+
+# -*- coding: UTF-8 -*-
+
+"""
+Description: init file
+"""
\ No newline at end of file