Reticulum-Go/pkg/zenfix/testdata/module/python/good.py

9 lines
164 B
Python

# clean python module
def good_path(dest):
return Transport.await_path(dest)
class Transport:
@staticmethod
def await_path(dest):
return True