Skip to content

Commit c8fa00a

Browse files
committed
Initial Commit
1 parent 72c9665 commit c8fa00a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

steps to run.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
1. pip3 install pyarmor
22

3-
2. pyarmor obfuscate --restrict=0 utils.py
3+
2. pyarmor obfuscate --restrict=0 utils.py
4+

utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os, json, sys
22
from datetime import datetime
33

4+
45
def inference(name="", tag = True):
56
'''
67
if the current year is 2021, then inference function will run successfully, otherwise fails.

0 commit comments

Comments
 (0)