Add validators, TUI, and file watcher modules
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
6
src/tui/__init__.py
Normal file
6
src/tui/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""TUI package."""
|
||||
|
||||
from .viewer import DataViewer
|
||||
from .editor import DataEditor
|
||||
|
||||
__all__ = ["DataViewer", "DataEditor"]
|
||||
Reference in New Issue
Block a user