UnityChipForXiangShan/comm/__init__.py

8 lines
120 B
Python

from .functions import *
from .cfg import *
from .logger import *
def init():
cfg = get_config()
init_log(cfg)