Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
serve Namespace Reference

Classes

class  Handler
 

Variables

int PORT = 8000
 
 httpd = socketserver.TCPServer(("", PORT), Handler)
 

Variable Documentation

◆ httpd

serve.httpd = socketserver.TCPServer(("", PORT), Handler)

Definition at line 19 of file serve.py.

◆ PORT

int serve.PORT = 8000

Definition at line 10 of file serve.py.