mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 05:02:26 +00:00
12 lines
211 B
Python
12 lines
211 B
Python
class Dotfiles:
|
|
def __init__(self):
|
|
self.initial_checks()
|
|
|
|
def initial_checks(self):
|
|
pass
|
|
|
|
def make_backup(self):
|
|
pass
|
|
|
|
def personalized_changes(self, file):
|
|
pass
|