3d-interface/index.py

8 lines
105 B
Python
Executable File

#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from webtools import Web
Web.render('index.html')