File size: 98 Bytes
d286c92
 
 
 
 
1
2
3
4
5
6
"""Entry point."""
from torrent2drive.app import app, main

if __name__ == "__main__":
    main()