2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00
2017-04-11 09:41:03 +10:00

7 lines
73 B
Python

from django.conf.urls import url
from . import views
urlpatterns = [
]