mirror of
https://github.com/kennethreitz-archive/reflog.git
synced 2026-06-18 22:40:59 +00:00
13 lines
202 B
Python
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
|