Create standalone.py

This commit is contained in:
TheCookingSenpai 2023-12-29 12:28:14 +00:00 committed by GitHub
parent ceaee20c24
commit e82aaf0a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
standalone.py Normal file
View File

@ -0,0 +1,3 @@
import os
print("I am working!")
print(os.env)