Mercurial > p > roundup > code
view demo.py @ 6678:fe0408e7d15c
Update changelog for issue2551159
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 15 May 2022 12:07:51 -0400 |
| parents | 110ac45875ab |
| children | 7f0bc46aee67 |
line wrap: on
line source
#!/usr/bin/env python import sys import roundup from roundup.demo import main sys.exit(main())
