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