mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2025-01-09 22:31:47 +01:00
4 lines
69 B
Python
4 lines
69 B
Python
from .main import uuid
|
|
|
|
if __name__ == "__main__":
|
|
print(uuid())
|