Mercurial > p > roundup > code
view demo.py @ 7833:b68a1d8fd5d9
chore(lint): use ternary, ignore unused param
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 Mar 2024 15:25:53 -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())
