# -*- coding: utf-8 -*-

class SystemInfo(object):
    """
    系统信息类
    """
    
    def __init__(self):
        pass

ROOT_DIR_NAME = SystemInfo.__module__.split('.')[0]