mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
relative imports
This commit is contained in:
parent
c8b69c73a9
commit
229beaafd7
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ from typing import TypeVar, Iterable, Type, Optional, List
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
from kiwi_scp.instance import Instance
|
from ..instance import Instance
|
||||||
from kiwi_scp.project import Project
|
from ..project import Project
|
||||||
from kiwi_scp.services import Services
|
from ..services import Services
|
||||||
from kiwi_scp.wstring import WParagraph, WAlignment
|
from ..wstring import WParagraph, WAlignment
|
||||||
|
|
||||||
_logger = logging.getLogger(__name__)
|
_logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue