Move directory of speed calculator

This commit is contained in:
taizan-hokuto
2020-02-26 22:25:03 +09:00
parent 92abf7499c
commit 60976b2584
2 changed files with 1 additions and 1 deletions

View File

View File

@@ -4,7 +4,7 @@ speed_calculator.py
Calculate speed of chat.
"""
import time
from .chat_processor import ChatProcessor
from .. chat_processor import ChatProcessor
class RingQueue:
"""
リング型キュー