mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-16 11:02:56 +00:00
4 lines
60 B
Python
4 lines
60 B
Python
def merge_nested_if(a, b):
|
|
if a and b:
|
|
return c
|