mirror of https://github.com/caronc/apprise
				
				
				
			Updated Development_Contribution (markdown)
							parent
							
								
									ed65921a73
								
							
						
					
					
						commit
						2421a9bf87
					
				| 
						 | 
				
			
			@ -37,8 +37,8 @@ It basically boils down to this:
 | 
			
		|||
```python
 | 
			
		||||
# plugins/foorbar.py might look like:
 | 
			
		||||
 | 
			
		||||
from .NotifyBase import NotifyBase
 | 
			
		||||
from ..AppriseLocale import gettext_lazy as _
 | 
			
		||||
from .base import NotifyBase
 | 
			
		||||
from ..locale import gettext_lazy as _
 | 
			
		||||
 | 
			
		||||
class NotifyFooBar(NotifyBase):
 | 
			
		||||
    # Define a human readable description of our object
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue