run.py 118B

12345
  1. from synergine.core.Core import Core
  2. from config import config
  3. if __name__ == '__main__':
  4. Core.start_core(config)