libexam/frontend.py

23 lines
580 B
Python

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