Version fonctionnelle

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-08-08 14:43:02 +02:00
commit cfbba31711
6 changed files with 275 additions and 0 deletions

7
main.py Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python
from pscheck import pscheck
if __name__ == '__main__':
pscheck.main()