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