locales and console settings are done

This commit is contained in:
2019-12-04 01:48:41 -05:00
parent 7bd704b284
commit ebfd164015
7 changed files with 273 additions and 6 deletions

View File

@@ -6,4 +6,20 @@
import os
##
import passlib # validate password hash/gen hash
import passlib # validate password hash/gen hash
class Password(object):
def __init__(self):
pass
class RootUser(object):
def __init__(self):
pass
class User(object):
def __init__(self):
pass