-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun.py
More file actions
executable file
·16 lines (13 loc) · 691 Bytes
/
run.py
File metadata and controls
executable file
·16 lines (13 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python3
#################################################################
# #
# Wilfred #
# Copyright (C) 2020-2022, Vilhelm Prytz, <vilhelm@prytznet.se> #
# #
# Licensed under the terms of the MIT license, see LICENSE. #
# https://github.com/wilfred-dev/wilfred #
# #
#################################################################
from wilfred.wilfred import main
if __name__ == "__main__":
main()