Files
Kenneth Reitz 1399c987ac topsy!
2011-04-07 11:02:35 -04:00

13 lines
202 B
Python

# -*- coding: utf-8 -*-
"""
dashboard.views
~~~~~~~~~~~~~~~
This module contains all of the url bindings for
"""
from .index import index
from .gh_commits import gh_commits
from .topsy import topsy