Reorganize project structure

This commit is contained in:
zv
2026-03-06 18:20:43 +01:00
parent 04c209ae23
commit 7e0c0afddf
26 changed files with 1520 additions and 1311 deletions

View File

@@ -0,0 +1,4 @@
from .github_repo import GithubRepositoryScreen
from .help import HelpScreen
__all__ = ["HelpScreen", "GithubRepositoryScreen"]