-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b18182f
commit 83fa344
Showing
7 changed files
with
66 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
from dedlin.command_sources import CommandGenerator, InteractiveGenerator | ||
from dedlin.document_sources import PrefillInputter, SimpleInputter, input_with_prefill | ||
from dedlin.flash import title_screen | ||
from dedlin.logging_utils import configure_logging | ||
from dedlin.main import Dedlin | ||
from dedlin.outputters import rich_output, talking_outputter | ||
from dedlin.outputters.plain import plain_printer | ||
|
||
# All the parts necessary to implement an alternative to __main__ | ||
__all__ = [ | ||
"CommandGenerator", | ||
"InteractiveGenerator", | ||
"StringCommandGenerator", | ||
"PrefillInputter", | ||
"SimpleInputter", | ||
"input_with_prefill", | ||
"title_screen", | ||
"configure_logging", | ||
"Dedlin", | ||
"rich_output", | ||
"talking_outputter", | ||
"plain_printer", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.