You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
FactorSimulator/config/__init__.py

8 lines
159 B

# -*- coding: utf-8 -*-
"""
配置模块 - 包含配置常量
"""
from .settings import DEFAULT_SIMULATION_SETTINGS
__all__ = ['DEFAULT_SIMULATION_SETTINGS']