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