7 lines
95 B
Python
7 lines
95 B
Python
"""
|
|
Physicians views
|
|
"""
|
|
from django.shortcuts import render
|
|
|
|
# TODO: Add views for physicians
|