15 lines
223 B
Python
15 lines
223 B
Python
"""user setting and history.
|
|
|
|
**directory structure**
|
|
|
|
::
|
|
|
|
STORAGE_ROOT
|
|
|_ user_repository
|
|
|_ .passwd
|
|
|_ USER
|
|
|_ .repository
|
|
|_ .history
|
|
|_ CONFIGURATION.bprm
|
|
"""
|