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

5 lines
60 B
Python

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