Add project layout #6

Merged
celex merged 7 commits from 5-add-project-layout into main 2026-05-15 12:15:00 +01:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 2082aedc05 - Show all commits
+1
View File
@@ -0,0 +1 @@
from .main import main_tui
+3
View File
@@ -0,0 +1,3 @@
def main_tui() -> None:
print("Hello World")