doc/debian
This commit is contained in:
parent
622122cdef
commit
d6e112d6c5
1 changed files with 4 additions and 1 deletions
|
@ -7,5 +7,8 @@ class Debian(OS):
|
|||
"""Debian operating system."""
|
||||
|
||||
def get_name(self) -> str:
|
||||
"""Return name."""
|
||||
"""Return name.
|
||||
|
||||
:rtype: str
|
||||
"""
|
||||
return "Debian"
|
||||
|
|
Loading…
Reference in a new issue