Skip to content

Commit 1febef2

Browse files
committed
update init with config
1 parent 8b3c573 commit 1febef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ngcsimlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from ngcsimlib._src.process.jointProcess import JointProcess
44
from ngcsimlib._src.deprecators import deprecated, deprecate_args
55
from ngcsimlib._src.configManager import init_config
6+
from ngcsimlib._src.configManager import get_config, provide_namespace
67
import argparse, os, json
78

89
def configure():

0 commit comments

Comments
 (0)