fix import problems with prompt, still need to move it to another module
This commit is contained in:
parent
9469eb9b12
commit
c1cc62b61f
@ -1,2 +1 @@
|
||||
from .core import BackupCeligo, DEFAULT_BASE_URL
|
||||
from .prompt import prompt
|
||||
|
@ -7,7 +7,7 @@ import json
|
||||
|
||||
from slugify import slugify
|
||||
|
||||
from celigo import prompt
|
||||
from .prompt import prompt
|
||||
|
||||
L = logging.getLogger(__name__)
|
||||
DEFAULT_BASE_URL = "https://api.integrator.io/v1/"
|
||||
|
Loading…
Reference in New Issue
Block a user