Added missing import

This commit is contained in:
Sybren A. Stüvel 2016-03-22 18:00:10 +01:00
parent fc11502916
commit 34202166e8

View File

@ -1,3 +1,6 @@
from collections import defaultdict
class Development(object):
PORT = 5000
HOST = '0.0.0.0'