move and rename module

This commit is contained in:
Bendt
2025-12-18 14:00:54 -05:00
parent 37be42884f
commit fe65183fb7
33 changed files with 26 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
import click
from src.maildir_gtd.app import launch_email_viewer
from src.mail.app import launch_email_viewer
@click.command()