7 lines
113 B
Python
7 lines
113 B
Python
#!/usr/bin/env python3
|
|
ver = "0.3.7"
|
|
stage = "prod_rev1"
|
|
|
|
def get_stage():
|
|
result = stage
|
|
return result |