"""
ACCOUNTs URL Configuration 
"""
 
from django.urls import path, include, re_path


urlpatterns = [ 
]  
 
