mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
📝 Added doc string
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user