Last updated:
0 purchases
pollenclipylineremoval 0.0.5a0
pollencli-pyline-removal
How to use
rm-pyline <name_id> <src_filepath> command
rm-pyline
example
input python file : input.py
def main():
x: int = 1
print(f"Hello, World! : {x}")
if __name__ == "__main__":
main()
rm-pyline print ./input.py > output.py
output.py
not formatted file
There is no guarantee that the output is valid python code even if the input is.
def main():
x: int = 1
if __name__ == '__main__':
main()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.