File: __init__.py

package info (click to toggle)
pyvicare 2.58.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,944 kB
  • sloc: python: 6,182; sh: 5; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (3)
1
2
3
4
import unittest

if __name__ == '__main__':
    unittest.main()