isort
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
from __future__ import annotations
|
||||
from aenum import Enum, IntEnum, extend_enum
|
||||
from source.classes.BabelFish import BabelFish
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
from aenum import Enum, IntEnum, extend_enum
|
||||
|
||||
from source.classes.BabelFish import BabelFish
|
||||
|
||||
fish = BabelFish(lang="en")
|
||||
|
||||
def tokenize(token):
|
||||
|
||||
Reference in New Issue
Block a user