mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Added object inheritance [skip ci]
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ default_patches_json = default_patches
|
||||
default_integrations = "https://github.com/revanced/revanced-integrations/releases/latest"
|
||||
|
||||
|
||||
class RevancedConfig:
|
||||
class RevancedConfig(object):
|
||||
"""Revanced Configurations."""
|
||||
|
||||
def __init__(self: Self, env: Env) -> None:
|
||||
|
||||
Reference in New Issue
Block a user