File: __init__.py

package info (click to toggle)
retext 8.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,780 kB
  • sloc: python: 5,363; xml: 149; makefile: 20; sh: 8
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python3

from unittest.main import main

if __name__ == '__main__':
    main(module=None)