mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 02:04:23 +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__)
|