renemad module.py to addon.py

This commit is contained in:
Jakub Trllo 2022-08-25 15:37:54 +02:00
parent d78d73f391
commit 2c3604cee6
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
from .module import (
from .addon import (
HOST_DIR,
FlameAddon,
)