From dd3f59fc9ab7218670cc6d4d25bcb471a708d4ea Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 24 Oct 2021 15:56:30 +0800 Subject: Implement basic I/O of AdminLog --- jimbrella/routine.py | 1 + 1 file changed, 1 insertion(+) (limited to 'jimbrella/routine.py') 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 * -- cgit v1.2.3