mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
6 lines
100 B
Python
Executable file
6 lines
100 B
Python
Executable file
%%PYTHON_SHEBANG%%
|
|
|
|
import sopel.cli.config
|
|
|
|
if __name__ == "__main__":
|
|
sopel.cli.config.main()
|