Updated all of players/ directory to Google style docstrings as per #709.
This commit is contained in:
parent
8ac424c216
commit
da9c97b699
6 changed files with 334 additions and 205 deletions
|
|
@ -26,6 +26,10 @@ class BotStarter(DefaultScript):
|
|||
|
||||
"""
|
||||
def at_script_creation(self):
|
||||
"""
|
||||
Called once, when script is created.
|
||||
|
||||
"""
|
||||
self.key = "botstarter"
|
||||
self.desc = "bot start/keepalive"
|
||||
self.persistent = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue