You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-02 22:36:54 +02:00
updated namespace with imports for new layout
This commit is contained in:
@ -31,7 +31,7 @@ from abc import ABC, abstractmethod
|
||||
from threading import Thread, Event
|
||||
import re
|
||||
|
||||
from synonyms import synonyms
|
||||
from .synonyms import synonyms
|
||||
|
||||
class RThread(Thread):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user