mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 01:07:55 -07:00
Refactored Theme class to correspond SOLID patterns
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
def replace_keywords(file, *args):
|
||||
def replace_keywords(file, *args: tuple[str, str]):
|
||||
"""
|
||||
Replace file with several keywords
|
||||
:param file: file name where keywords must be replaced
|
||||
|
Reference in New Issue
Block a user