main: add missing TUI docstring
This commit is contained in:
parent
4dd98e3a16
commit
78f0fbc6b5
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
"""TUI for amdgpu_stats"""
|
"""TUI for amdgpu_stats
|
||||||
|
|
||||||
|
This file aims to ensure the TUI only starts in interactive shells"""
|
||||||
from .tui import start
|
from .tui import start
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
"""main function, spawns the TUI for amdgpu_stats"""
|
||||||
start()
|
start()
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue