]> wagnertech.de Git - SVBaL.git/blob - python/eh_util/kassenbrief/urls.py
Erste Version
[SVBaL.git] / python / eh_util / kassenbrief / urls.py
1 from django.urls import path
2
3 from . import views
4
5 urlpatterns = [
6     path('', views.index),
7 ]