index
:
match_up.git
develop
main
Web app to create pairings of players from a pool into a limited number of slots - mu.karanj.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
match_up
/
__main__.py
blob: 3500cdb7fa923a61add00e33ec60a121c49f81ab (
plain
) (
blame
)
1
2
3
4
from
match_up
import
main
if
__name__
==
"__main__"
:
main
()