10 lines
301 B
Python
10 lines
301 B
Python
'''
|
|
@ Date: 2021-06-04 13:58:01
|
|
@ Author: Qing Shuai
|
|
@ LastEditors: Qing Shuai
|
|
@ LastEditTime: 2022-07-29 18:49:30
|
|
@ FilePath: /EasyMocapPublic/easymocap/config/__init__.py
|
|
'''
|
|
from .yacs import CfgNode
|
|
from .baseconfig import Config
|
|
from .baseconfig import load_object, load_object_from_cmd |