Mercurial > p > roundup > code
view demo.py @ 7408:8a9f1732c4b6
Add comment on how to skip ci for travis.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 25 May 2023 14:49:41 -0400 |
| parents | 7f0bc46aee67 |
| children |
line wrap: on
line source
#!/usr/bin/env python3 import sys import roundup from roundup.demo import main sys.exit(main())
