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

@@ -5,8 +5,8 @@ import time
from termcolor import colored
from cpl.console.background_color_enum import BackgroundColorEnum
from cpl.console.foreground_color_enum import ForegroundColorEnum
from cpl_core.console.background_color_enum import BackgroundColorEnum
from cpl_core.console.foreground_color_enum import ForegroundColorEnum
class SpinnerThread(threading.Thread):