Skip to content
Snippets Groups Projects
Commit b6e0f537 authored by q3k's avatar q3k
Browse files

py: pull in st3m.logging into st4m

parent c2bbce44
No related branches found
No related tags found
No related merge requests found
from st3m import logging
from st4m import application
from st4m import application, logging
from st4m.goose import List
from st4m.ui.ctx import Ctx
from st4m.input import InputState
......
......@@ -2,7 +2,7 @@ import time, gc
ts_start = time.time()
from st3m import logging
from st4m import logging
log = logging.Log(__name__, level=logging.INFO)
log.info(f"starting main")
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment