__init__.py 55 B

123
  1. from .dimacs import load_file
  2. __all__ = ['load_file']