Mercurial > p > roundup > code
view demo.py @ 7292:b97d6a4fba85
Add link to database content section. was text only reference.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 26 Apr 2023 10:54:27 -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())
