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