5 lines
101 B
Python
5 lines
101 B
Python
![]() |
from lib.ide_service import IDEService
|
||
|
|
||
|
IDEService().ide_logging(
|
||
|
"debug", "Hello IDE Service!"
|
||
|
)
|