mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-13 10:54:33 +02:00
added docstrings to all functions and classes
This commit is contained in:
parent
d1f8a7f56b
commit
b2c268a1c0
3 changed files with 33 additions and 17 deletions
|
@ -40,8 +40,9 @@ def configured_instances(hass):
|
|||
# MikrotikControllerConfigFlow
|
||||
# ---------------------------
|
||||
class MikrotikControllerConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""MikrotikControllerConfigFlow class"""
|
||||
def __init__(self):
|
||||
"""Initialize."""
|
||||
"""Initialize MikrotikControllerConfigFlow."""
|
||||
return
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue