Archived
1
1
Fork 0

main: add missing TUI docstring

This commit is contained in:
Josh Lay 2023-04-29 20:51:38 -05:00
parent 4dd98e3a16
commit 78f0fbc6b5
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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
def main():
"""main function, spawns the TUI for amdgpu_stats"""
start()