use my.config instead of mycfg; minor cleanups and docstrings
This commit is contained in:
parent
f31ff71e6f
commit
9fe5c8e670
37 changed files with 142 additions and 110 deletions
|
@ -4,7 +4,7 @@ from typing import NamedTuple, Sequence, Any
|
|||
|
||||
from .common import get_files
|
||||
|
||||
from mycfg import pocket as config
|
||||
from my.config import pocket as config
|
||||
|
||||
|
||||
def _files():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue