diff --git a/dashboard.py b/dashboard.py new file mode 100644 index 0000000..e7bf1e2 --- /dev/null +++ b/dashboard.py @@ -0,0 +1,4 @@ +def dashboard(): + print("Dashboard Feature Added Successfully") + +dashboard() \ No newline at end of file