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
/
main.py
blob: cfb859b0a2231216d070042b46c3c489a2ac6c09 (
plain
) (
blame
)
1
2
3
4
5
6
def
main
():
print
(
"Hello from match-up!"
)
if
__name__
==
"__main__"
:
main
()