7 lines
138 B
Python
7 lines
138 B
Python
# -*- mode: python; coding: utf-8 -*-
|
|
#
|
|
# Recuperation des mots de passe
|
|
|
|
import sys
|
|
sys.path.append("/etc/crans/secrets")
|
|
import secrets
|