move config to own file
This commit is contained in:
parent
d8c365b3ae
commit
6766b0405b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from typing import List, Optional, Dict
|
||||
from typing import List, Optional, Dict, Union
|
||||
|
||||
from .config import Config, recursive_merge_dictionaries
|
||||
from .enums import NamingScheme
|
||||
|
|
Loading…
Reference in a new issue