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