Christian Damken
25d3344104
- added loop to be able to process multiple commands within one session, send "exit" to exit - added code 004: Exit - added include/auth.py with init() and check_password() - added settings variable PASSWORD (stores a SHA512-encrypted password) - added authenticate() to class comm
4 lines
116 B
Python
4 lines
116 B
Python
from .argparser import argparser
|
|
from .auth import auth
|
|
from .comm import comm
|
|
from .statuscodes import statuscodes
|