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
Raw Permalink Normal View History

2012-11-14 14:10:39 +00:00
import khepri
2012-11-14 11:57:41 +00:00
2012-11-14 14:10:39 +00:00
if __name__ == "__main__":
khepri.main()