init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pass
|
||||
@@ -0,0 +1,4 @@
|
||||
from ..modules.d import DemoInterface
|
||||
|
||||
|
||||
__all__ = ['DemoInterface']
|
||||
@@ -0,0 +1,10 @@
|
||||
from ..modules.dd import SomeDemoClass
|
||||
from ..modules.ddd import SomeOtherDemoClass
|
||||
|
||||
|
||||
__all__ = ['SomeDemoClass', 'SomeOtherDemoClass']
|
||||
|
||||
"""
|
||||
Here, modules can be imported from internals of implementation, but they must be
|
||||
present in the scope of the same (as in standard) file
|
||||
"""
|
||||
Reference in New Issue
Block a user