📝 Added doc string

This commit is contained in:
Nikhil Badyal
2022-10-11 22:52:10 +05:30
parent 9384fc9856
commit 2f53645d13
6 changed files with 101 additions and 1 deletions
+3
View File
@@ -1,3 +1,4 @@
"""Revanced Configurations."""
from pathlib import Path
from typing import List
@@ -8,6 +9,8 @@ from src.utils import supported_apps
class RevancedConfig:
"""Revanced Configurations."""
def __init__(self, env: Env) -> None:
self.env = env
self.temp_folder = Path("apks")