WebwareForPython / w4py3

Webware for Python 3
MIT License
20 stars 6 forks source link

Do not require specific class name of servlets #7

Open Cito opened 4 years ago

Cito commented 4 years ago

If a Python file has only one class that inherits from Servlet, then use that as the Servlet class (rather than requiring the name be the same as the file).