from sh import pwd, ls print(pwd()) print(ls('-l', './'))