5 lines
		
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| cd "$(dirname "$0")"
 | |
| source venv/bin/activate
 | |
| python3 main.py
 |