5 lines
83 B
Python
5 lines
83 B
Python
from lama_cleaner import entry_point
|
|
|
|
if __name__ == "__main__":
|
|
entry_point()
|