diff options
Diffstat (limited to '')
-rw-r--r-- | agents/autodetect/a.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/agents/autodetect/a.py b/agents/autodetect/a.py new file mode 100644 index 0000000..608d0f8 --- /dev/null +++ b/agents/autodetect/a.py @@ -0,0 +1,8 @@ +from b import myf + +def maf(): + return 5 + +def maf2(): + return myf() +
\ No newline at end of file |