mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-26 04:57:50 +00:00
4 lines
79 B
Python
4 lines
79 B
Python
|
|
def dashboard():
|
||
|
|
print("Dashboard Feature Added Successfully")
|
||
|
|
|
||
|
|
dashboard()
|