OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / app / api / __init__.py
diff --git a/tools/side_chain_tool/app/api/__init__.py b/tools/side_chain_tool/app/api/__init__.py
deleted file mode 100644 (file)
index 75da837..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- coding:utf-8 -*-
-from flask import Blueprint
-
-api = Blueprint('api',__name__)
-
-from . import transaction
\ No newline at end of file