7 lines
144 B
Python
Executable file
7 lines
144 B
Python
Executable file
#! /usr/bin/env -S python3 -B
|
|
|
|
from rwx.prj.sphinx import SphinxProject
|
|
|
|
|
|
if __name__ == "__main__":
|
|
return SphinxProject(__file__).build()
|