mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-26 23:16:50 +00:00
Merge pull request #175 from henriquegemignani/feature/lupa
Use randovania-lupa instead
This commit is contained in:
commit
83a7b13674
|
@ -1,7 +1,7 @@
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Callable, Optional
|
from typing import Callable, Optional
|
||||||
from lupa import LuaRuntime # type: ignore
|
from randovania_lupa import LuaRuntime # type: ignore
|
||||||
import logging
|
import logging
|
||||||
import shutil
|
import shutil
|
||||||
import textwrap
|
import textwrap
|
||||||
|
|
Loading…
Reference in a new issue