summaryrefslogtreecommitdiffstats
path: root/agents/autodetect/a.py
blob: 608d0f8967b80c42ec780b4dd9bb0af06a4fadb9 (plain)
1
2
3
4
5
6
7
8
from b import myf

def maf():
  return 5

def maf2():
  return myf()