mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Conflicts: python/testSrc/com/jetbrains/python/PyTypeTest.java
6 lines
82 B
Python
6 lines
82 B
Python
from . import core
|
|
from .core import *
|
|
|
|
__all__ = []
|
|
__all__.extend(core.__all__)
|