#!python
print("hey there, this is the first hello from foxes!")

from foxes import test_fun
test_fun()

