add docstrings to python code

This commit is contained in:
geoffrey45
2022-02-06 23:26:22 +03:00
parent 195a50382a
commit 60ba512e64
13 changed files with 407 additions and 277 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="r-home">
<div class="r-home rounded border">
<NowPlaying />
<Recommendations />
</div>
@@ -9,6 +9,8 @@
.r-home {
height: 100%;
width: 31rem;
background-color: $card-dark;
padding: $small;
}
</style>