 d0793a1741
			
		
	
	
		d0793a1741
		
			
		
	
	
	
	
		
			
			* add linting to multisrc * remove generated blocks * lint again * re-format the file * remove buildScript block * manaully format * remove groups
		
			
				
	
	
		
			8 lines
		
	
	
		
			298 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			298 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
| package eu.kanade.tachiyomi.extension.fr.mangasorigines
 | |
| 
 | |
| import eu.kanade.tachiyomi.multisrc.madara.Madara
 | |
| import java.text.SimpleDateFormat
 | |
| import java.util.Locale
 | |
| 
 | |
| class MangasOrigines : Madara("Mangas Origines", "https://mangas-origines.fr", "fr", SimpleDateFormat("dd MMM yyyy", Locale("fr")))
 |