10 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import sys
 | |
| import http_importer
 | |
| 
 | |
| sys.path.append('https://bksp.space/f')
 | |
| sys.path_hooks.append(http_importer.HttpImporter)
 | |
| 
 | |
| from toto.plouf import titi
 | |
| print(titi)
 | |
| print(sys.modules['toto'])
 | |
| print(sys.modules['toto.plouf'])
 |