mirror of
https://github.com/knejadshamsi/zele-utils.git
synced 2024-11-15 01:50:27 -05:00
8 lines
151 B
Python
8 lines
151 B
Python
|
def process_metro(data, cleandata):
|
||
|
print(data, cleandata)
|
||
|
|
||
|
def push_metro(data,mode):
|
||
|
print(data,mode)
|
||
|
|
||
|
def metro_write(data):
|
||
|
print(data)
|