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

10 lines
164 B
Python
Raw Permalink Normal View History

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