Added missing import
This commit is contained in:
parent
fc11502916
commit
34202166e8
@ -1,3 +1,6 @@
|
|||||||
|
from collections import defaultdict
|
||||||
|
|
||||||
|
|
||||||
class Development(object):
|
class Development(object):
|
||||||
PORT = 5000
|
PORT = 5000
|
||||||
HOST = '0.0.0.0'
|
HOST = '0.0.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user