mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-17 00:29:14 +00:00
Initial Commit
This commit is contained in:
4
unshackle/__main__.py
Normal file
4
unshackle/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
if __name__ == "__main__":
|
||||
from unshackle.core.__main__ import main
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user