8 lines
86 B
Python
8 lines
86 B
Python
import helper, cryptlib
|
|
|
|
def main():
|
|
pass
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|