File: envoy_utils.py

package info (click to toggle)
python-envoy-utils 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 120; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from envoy_utils.passwordCalc import emupwGetMobilePasswd


class EnvoyUtils:
    def __init__():
        pass

    def get_password(serial_num, user_name):
        return emupwGetMobilePasswd(str.encode(serial_num), str.encode(user_name))