libexam/frontend.py

22 lines
502 B
Python
Raw Normal View History

2024-05-29 14:21:05 +08:00
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")