spcd/cd/__main__.py
2024-06-21 12:10:09 +02:00

8 lines
136 B
Python
Executable file

#! /usr/bin/env python3
"""Entry point to either bootstrap or command."""
import cd
if __name__ == "__main__":
cd.main(__file__)