Python-ELMO is a Python library which offers an encapsulation of the binary tool ELMO, in order to manipulate it easily in Python and SageMath script.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

launch.py 168B

  1. from .project_reader import Project
  2. reader = ProjectReader()
  3. projects = reader.get_projects()
  4. for key, project in projects.items():
  5. globals()[key] = project