summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/tornado_swagger_ui/tornado_swagger/__init__.py
blob: 2b4f76550321bdcccc31ba9550745ed1f392dea2 (plain)
1
2
3
4
5
6
7
#!/usr/bin/python
# -*- coding: utf-8 -*-
from tornado_swagger.swagger import *
from tornado_swagger.handlers import *

__author__ = 'serena'