Renamed cpl to cpl_core

This commit is contained in:
2021-08-05 14:21:42 +02:00
parent 11241d8f99
commit cac80657df
89 changed files with 290 additions and 290 deletions

View File

@@ -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:

View File

@@ -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: