2.1.1 import country flags
This commit is contained in:
6
BaseModels/print_funcs.py
Normal file
6
BaseModels/print_funcs.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from datetime import datetime
|
||||
|
||||
def print_ext(msg, *args, **kwargs):
|
||||
msg = f'{msg} - {str(datetime.now())}'
|
||||
print(msg)
|
||||
return msg
|
||||
Reference in New Issue
Block a user