feat(tui): display books as a table

This commit is contained in:
Kristofers Solo
2023-11-01 18:57:35 +02:00
parent 00adf20008
commit 8b8cdd00d0
11 changed files with 145 additions and 24 deletions

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env python3
def main() -> None:
pass
if __name__ == "__main__":
main()

1
main.py Symbolic link
View File

@@ -0,0 +1 @@
src/main.py