File: __main__.py

package info (click to toggle)
python-apsw 3.46.0.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,684 kB
  • sloc: python: 13,125; ansic: 12,334; javascript: 911; makefile: 10; sh: 7
file content (5 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/env python3

import apsw.shell

apsw.shell.main()