from django.contrib.auth import views as auth_views
from ledger import views
from django.urls import path, include



urlpatterns = [
]