smscalls: allow multiple backup dirs
This commit is contained in:
parent
014494059d
commit
89fb62bf06
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ Exported using https://play.google.com/store/apps/details?id=com.riteshsahu.SMSB
|
||||||
|
|
||||||
REQUIRES = ['lxml']
|
REQUIRES = ['lxml']
|
||||||
|
|
||||||
from .core import PathIsh, dataclass
|
from .core import Paths, dataclass
|
||||||
from my.config import smscalls as user_config
|
from my.config import smscalls as user_config
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class smscalls(user_config):
|
class smscalls(user_config):
|
||||||
# directory that SMSBackupRestore syncs XML files to
|
# path[s] that SMSBackupRestore syncs XML files to
|
||||||
export_path: PathIsh
|
export_path: Paths
|
||||||
|
|
||||||
from .core.cfg import make_config
|
from .core.cfg import make_config
|
||||||
config = make_config(smscalls)
|
config = make_config(smscalls)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue