mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
7 lines
96 B
Python
7 lines
96 B
Python
from .config import Config, ConfigException
|
|
|
|
__all__ = [
|
|
"Config",
|
|
"ConfigException",
|
|
]
|