6 lines
65 B
Python
6 lines
65 B
Python
import iniconfig
|
|
from bird_feeder import use
|
|
|
|
print("Caw")
|
|
use()
|