1
0
Fork 0
maximum-weight-matching/python/mwmatching
Joris van Rantwijk d3475834ab Add from __future__ import annotations
This makes the code work on Python versions 3.7 and 3.8.
2024-07-09 21:10:38 +02:00
..
__init__.py Restructure Python code as package 2024-07-09 21:10:38 +02:00
algorithm.py Add from __future__ import annotations 2024-07-09 21:10:38 +02:00
datastruct.py Add from __future__ import annotations 2024-07-09 21:10:38 +02:00
py.typed Restructure Python code as package 2024-07-09 21:10:38 +02:00