diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-10-24 15:56:30 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-10-24 15:56:30 +0800 |
commit | dd3f59fc9ab7218670cc6d4d25bcb471a708d4ea (patch) | |
tree | b4f1cbde08bc843c3e66c4fd038251e62111aa73 /jimbrella/routine.py | |
parent | 5a118df3f90bd5ab3f39c12487ea1f578aa380ae (diff) |
Implement basic I/O of AdminLog
Diffstat (limited to 'jimbrella/routine.py')
-rw-r--r-- | jimbrella/routine.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jimbrella/routine.py b/jimbrella/routine.py index 6a88d41..4d87c4c 100644 --- a/jimbrella/routine.py +++ b/jimbrella/routine.py @@ -1,6 +1,7 @@ import logging from .database import Database from .jform import JForm +from .admin_log import AdminLog from .config import * from .utils import local_now from .exceptions import * |