10 lines
85 B
Python
10 lines
85 B
Python
import iniconfig
|
|
|
|
|
|
def fly():
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
print("Caw")
|