3 lines
55 B
Python
3 lines
55 B
Python
from .dimacs import load_file
|
|
|
|
__all__ = ['load_file']
|
from .dimacs import load_file
|
|
|
|
__all__ = ['load_file']
|