5 lines
115 B
Python
5 lines
115 B
Python
|
|
from .fastuuid import *
|
||
|
|
|
||
|
|
__doc__ = fastuuid.__doc__
|
||
|
|
if hasattr(fastuuid, "__all__"):
|
||
|
|
__all__ = fastuuid.__all__
|