mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
5 lines
60 B
Python
5 lines
60 B
Python
from foo import bar
|
|
|
|
def f(self, a, b):
|
|
print('hello!')
|