22 lines
No EOL
502 B
Python
22 lines
No EOL
502 B
Python
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") |