1
0
Fork 0
forked from mia/0x0

Add moderation TUI

This ended up way fancier than I imagined.
This commit is contained in:
Mia Herkt 2022-12-20 15:45:55 +01:00
parent dcea8bffe1
commit eebd5d8c6d
No known key found for this signature in database
GPG key ID: 72E154B8622EC191
9 changed files with 681 additions and 0 deletions

3
modui/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from .filetable import FileTable
from .notification import Notification
from .mpvwidget import MpvWidget