mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2025-10-23 15:11:08 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
if __name__ == "__main__":
|
|
from unshackle.core.__main__ import main
|
|
|
|
main()
|