This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
khepri-tftpy/run.py

4 lines
60 B
Python

import khepri
if __name__ == "__main__":
khepri.main()