Mercurial > p > roundup > code
view demo.py @ 7431:e1d06d4dc81f
Adjust multicol links to be larger on narrow width (mobile) devices.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 May 2023 19:44:44 -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())
