Files
fastdl/fastdownloader/__main__.py
2023-11-06 15:47:23 +02:00

6 lines
59 B
Python

from . import main
if __name__ == '__main__':
main()