from django.urls import path
from . import companyViews


urlpatterns = [

]