mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from spotdl.command_line.__main__ import main
 | |
| 
 | |
| from spotdl.version import __version__
 | |
| from spotdl.command_line.lib import Spotdl
 | |
| from spotdl.track import Track
 | |
| 
 |