forked from Mirror/pmbootstrap
core: move Config type (MR 2252)
Keeping the Config class in types seemed kinda weird and was just done as a workaround to some cyclical imports. But now things are more in shape let's move it to core. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
b43724fee4
commit
450bc6873d
12 changed files with 55 additions and 48 deletions
|
@ -3,7 +3,8 @@
|
|||
import pmb.config
|
||||
import pmb.config.workdir
|
||||
import pmb.helpers.git
|
||||
from pmb.types import Config, PmbArgs
|
||||
from pmb.core import Config
|
||||
from pmb.types import PmbArgs
|
||||
from pmb.core import get_context
|
||||
from typing import List, Tuple
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue