5 lines
141 B
Python
5 lines
141 B
Python
from Functions import SendWhatsAppMessage, get_dropbox_root
|
|
|
|
SendWhatsAppMessage("Ahoj Vlado, úloha dokončena!")
|
|
|
|
print(get_dropbox_root()) |