1
0
mirror of https://github.com/Eyre-S/Coeur-Morny-Cono-python.git synced 2024-09-27 18:56:20 +08:00
Coeur-Morny-Cono-python/morny/define.py

12 lines
262 B
Python
Raw Normal View History

import os
class Coeur_Def :
'''Morny Coeur python 程序以及当前的版本的元信息'''
2023-05-06 19:37:57 +08:00
VERSION = "0.1.1+coeur0.7.2.1"
CODE = "fuzhou"
2023-05-06 19:37:57 +08:00
TIMETAG = "2209272250"
def is_file_logging () -> bool :
return os.getenv ("MORNY_LOGGING_TO_FILE") == "true"