Mercurial > p > roundup > code
view demo.py @ 8594:be128eb0a4e1
chore(ruff): refine imports and spacing fix.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Apr 2026 18:05: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())
