diff --git a/src-py/crickroll.py b/src-py/crickroll.py index f9d8e24..9268e2c 100644 --- a/src-py/crickroll.py +++ b/src-py/crickroll.py @@ -1,7 +1,7 @@ from os import system from platform import system as os_name -from commonvariables import * +from PublicVariables import * # Token types @@ -306,4 +306,4 @@ def run_in_cpp(src_file_name): system(f'g++ {f_name + ".cpp"} -o {exe_file}') system(f'./{exe_file}') - \ No newline at end of file +