init
This commit is contained in:
6
neko_demo_standard/__init__.py
Normal file
6
neko_demo_standard/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .neko.interfaces import DemoInterface
|
||||
from .neko.types import SomeDemoClass, SomeOtherDemoClass
|
||||
|
||||
|
||||
__all__ = [DemoInterface, SomeDemoClass, SomeOtherDemoClass]
|
||||
__replacements__ = __all__
|
||||
Reference in New Issue
Block a user