use my.config instead of mycfg; minor cleanups and docstrings
This commit is contained in:
parent
f31ff71e6f
commit
e5b3a1e91e
37 changed files with 142 additions and 110 deletions
|
@ -8,7 +8,7 @@ import re
|
|||
from typing import Tuple, Iterator, List, Union
|
||||
|
||||
|
||||
from mycfg.holidays_data import HOLIDAYS_DATA
|
||||
from my.config.holidays_data import HOLIDAYS_DATA
|
||||
|
||||
|
||||
# pip3 install workalendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue