示例#1
0
from src.Kernel import Kernel

if __name__ == '__main__':
    kernel = Kernel()
    kernel.run()