initialise debian/
[debian/make-magic.git] / magic_httpd.py
1 #! /usr/bin/env python
2
3 '''Run the make-magic httpd API'''
4
5 import lib.httpd
6
7 if __name__ == '__main__':
8         lib.httpd.run_httpd()