Create punctuationManager.py
This commit is contained in:
		
							
								
								
									
										15
									
								
								src/fenrir-package/core/punctuationManager.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								src/fenrir-package/core/punctuationManager.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| #!/bin/python | ||||
| # -*- coding: utf-8 -*- | ||||
|  | ||||
| # Fenrir TTY screen reader | ||||
| # By Chrys, Storm Dragon, and contributers. | ||||
|  | ||||
| from core import debug | ||||
|  | ||||
| class reviewManager(): | ||||
|     def __init__(self): | ||||
|         pass | ||||
|     def initialize(self, environment): | ||||
|         self.env = environment | ||||
|     def shutdown(self): | ||||
|         pass | ||||
		Reference in New Issue
	
	Block a user