1114b210f9
With the automated subclass registry, there is no need for the magic module lookup in objects __init__
6 lines
94 B
Python
6 lines
94 B
Python
"""Builtin Speckle object kit."""
|
|
|
|
from speckle.objects.base import Base
|
|
|
|
__all__ = ["Base"]
|