mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 02:39:06 +00:00
3 lines
77 B
Python
3 lines
77 B
Python
|
def on_env(env, config, files):
|
||
|
env.tests["startswith"] = str.startswith
|