Increase spacing in modules
This commit is contained in:
parent
7da4bf36d5
commit
7e2c802364
12 changed files with 21 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
__all__ = ["Message", "RenderedMessage"]
|
||||
|
||||
|
||||
class Message:
|
||||
"""
|
||||
A Message represents a single euphoria message. It contains the information
|
||||
|
|
@ -15,6 +16,7 @@ class Message:
|
|||
|
||||
pass
|
||||
|
||||
|
||||
class RenderedMessage:
|
||||
"""
|
||||
A RenderedMessage is the result of rendering a Message. It contains lines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue