lama_cleaner/main.py

5 lines
83 B
Python

from lama_cleaner import entry_point
if __name__ == "__main__":
entry_point()