Commit 52ec170b authored by Vladimír Štill's avatar Vladimír Štill
Browse files

fja_checker: Drop .parser from imports

parent 3d73847f
import lib.reg as reg
import lib.cfl as cfl
from lib.parsing.parser import Parser, ParsingError
from lib.parsing import Parser, ParsingError
from lib.checker import get_task, dfa_transform, nfa_transform, check_task, check_empty, check_alphabets, exit_correct, exit_incorrect
import sys
import signal
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment