diff options
Diffstat (limited to '')
-rw-r--r-- | agents/autodetect/b.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agents/autodetect/b.py b/agents/autodetect/b.py new file mode 100644 index 0000000..fdfda59 --- /dev/null +++ b/agents/autodetect/b.py @@ -0,0 +1,2 @@ +def myf(): + return 3 |