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