fixed relative imports

This commit is contained in:
joesharratt1229 2025-02-08 09:46:46 +00:00
parent 184d5b4270
commit f10236a64c
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
from dsl import *
from .dsl import *
def verify_007bbfb7(I: Grid) -> Grid: