Added cpl-mail
This commit is contained in:
10
docs/build/html/_sources/quickstart.md.txt
vendored
10
docs/build/html/_sources/quickstart.md.txt
vendored
@@ -83,7 +83,7 @@ To create the sample project to the following:
|
||||
3. Add ```Console.select``` as follows:
|
||||
|
||||
```py
|
||||
from cpl_core.console import Console
|
||||
from cpl.core.console import Console
|
||||
|
||||
|
||||
def main():
|
||||
@@ -156,7 +156,7 @@ To create the sample project to the following:
|
||||
import random
|
||||
import string
|
||||
|
||||
from cpl_core.console import Console
|
||||
from cpl.core.console import Console
|
||||
|
||||
|
||||
def generate_password(letters: str, length: int) -> str:
|
||||
@@ -200,9 +200,9 @@ In this section, you've created an application that uses user input to generate
|
||||
|
||||
To continue exploring CPL and developing applications:
|
||||
|
||||
- [Application base](cpl_core.application)
|
||||
- [Dependency injection](cpl_core.dependency_injection)
|
||||
- [Console](cpl_core.console)
|
||||
- [Application base](cpl.core.application)
|
||||
- [Dependency injection](cpl.core.dependency_injection)
|
||||
- [Console](cpl.core.console)
|
||||
|
||||
<!-- LINKS -->
|
||||
[pip-url]: https://pip.sh-edraft.de
|
||||
|
||||
Reference in New Issue
Block a user