Benezivas / algobattle

Let teams compete by making them create hard instances and fast solvers for problems of your choice. Then pitch these instances and solvers against one another. All language-agnostic.
https://algobattle.org
MIT License
8 stars 3 forks source link

PEP 561 support #127

Closed ImogenBits closed 1 year ago

ImogenBits commented 1 year ago

Technically PEP 561 wants an empty py.typed file to indicate typed packages, so we need to add it for optimal linter support.