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