Skip to content
Snippets Groups Projects
urls.py 164 B
"""
Urls for ResumeManager app.
"""

# Third-Party Imports.
from django.urls import path

# Internal Imports.


app_name = 'resume_manager_core'
urlpatterns = [

]