libexam/frontend.py

24 lines
580 B
Python
Raw Normal View History

2024-05-29 14:22:49 +08:00
#SPDX-FileCopyrightText: 2024 Crimson Hawk
#SPDX-License-Identifier: GPL-3.0-or-later
2024-05-29 14:21:05 +08:00
import base64
import hashlib
import string
import time
#from libexam.py import *
2024-05-29 14:22:49 +08:00
2024-05-29 14:21:05 +08:00
def __init__():
print("test")
2024-05-29 14:22:49 +08:00
2024-05-29 14:21:05 +08:00
print("""
___ ___ __
/ / /__/ / / Coded by Crimson Hawk
2024-05-29 14:21:05 +08:00
/ / ___ / /___ ____ __ __ _____ __ __ __
/ / / / / __ / / _ / \\ \\/ / / __ / / / / /
/ / / / / /_/ / / /__/ / /\\ \\ / /_/ / / /__/ /
/__/ /__/ /_____/ /____/ /_/ \\_\\ /____/_/ /__/ /__/
""")
2024-05-29 14:22:49 +08:00
print(f"libexam frontend UI initiated")