StopWatch: Fix compilation error

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2024-12-03 13:34:26 +01:00
commit 385edd7169

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import datetime from datetime import datetime
from .log import * from .log import *
class StopWatch: # export class StopWatch: # export