user handling done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-24 20:26:02 +01:00
parent f54d752657
commit e02bf1aa62
9 changed files with 207 additions and 7 deletions

13
src/fbcrypt.py Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env python3
from flask_bcrypt import Bcrypt
"""
Bcrypt object
"""
__author__ = '@tormakris'
__copyright__ = "Copyright 2020, videON Team"
__module_name__ = "fbrypt"
__version__text__ = "1"
bcrypt = Bcrypt()