fix: update import statement for conjunctions module

This commit is contained in:
Barabazs
2025-01-05 10:55:03 +01:00
parent 4916192246
commit c60594fa3b

View File

@ -1,5 +1,5 @@
import math
from conjunctions import get_conjunctions, get_comma
from .conjunctions import get_conjunctions, get_comma
from typing import TextIO
def normal_round(n):