from lama_cleaner import entry_point import os if __name__ == "__main__": print("helllo"+os.path.dirname(os.path.abspath(__file__))) entry_point()