Added dashboard feature

This commit is contained in:
roobini 2026-05-11 09:52:18 +05:30
parent e5da0f477c
commit 324b9ddc95

4
dashboard.py Normal file
View File

@ -0,0 +1,4 @@
def dashboard():
print("Dashboard Feature Added Successfully")
dashboard()