mootfrost-dev/config.py
2023-05-01 16:23:38 +03:00

6 lines
96 B
Python
Executable file

from datetime import datetime
HOST = '0.0.0.0'
PORT = 7632
birthdate = datetime(2007, 10, 13)