Added Reddit commandsgit add .git add .!
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
from printColors import PrintColors
|
||||
|
||||
def py_print(*args: str):
|
||||
def py_print(*args):
|
||||
print(
|
||||
PrintColors.FG.blue + "Py",
|
||||
"-",
|
||||
" ".join(args) + PrintColors.Special.reset
|
||||
)
|
||||
|
||||
def py_error(*args: str):
|
||||
def py_error(*args):
|
||||
print(
|
||||
PrintColors.BG.red + "ERROR" + PrintColors.Special.reset,
|
||||
PrintColors.FG.blue + "Py",
|
||||
|
||||
Reference in New Issue
Block a user