6 lines
96 B
Python
6 lines
96 B
Python
from datetime import datetime
|
|
|
|
HOST = '0.0.0.0'
|
|
PORT = 7632
|
|
|
|
birthdate = datetime(2007, 10, 13)
|