3d-interface/index.py

8 lines
105 B
Python
Raw Normal View History

2015-04-12 21:13:41 +02:00
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from webtools import Web
Web.render('index.html')