6 lines
93 B
Python
6 lines
93 B
Python
"""Builtin Speckle object kit."""
|
|
|
|
from speckle.objects.base import Base
|
|
|
|
__all__ = ["Base"]
|