Renamed cpl to cpl_core
This commit is contained in:
4
docs/build/html/_sources/quickstart.md.txt
vendored
4
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.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.console import Console
|
||||
from cpl_core.console import Console
|
||||
|
||||
|
||||
def generate_password(letters: str, length: int) -> str:
|
||||
|
@@ -83,7 +83,7 @@ To create the sample project to the following:
|
||||
3. Add ```Console.select``` as follows:
|
||||
|
||||
```py
|
||||
from cpl.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.console import Console
|
||||
from cpl_core.console import Console
|
||||
|
||||
|
||||
def generate_password(letters: str, length: int) -> str:
|
||||
|
Reference in New Issue
Block a user