generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.pyt
23 lines (23 loc) · 1.42 KB
/
PROJECT_LANG_1.pyt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env python
# Start of script
# Project language file 1
# For: Meadows/Settings/Screensaver/
# About
# I decided to make Python the first project language file for this project (Meadows/Settings/Screensavers) as Python is the default language for writing Meadows components, as I chose it as the default language. It is best suited here, but will be accompanied by other languages. It is getting its own project language file, starting here.
class projectLanguageFileOne():
print("Project language file 1")
print("For: Meadows/Settings/Screensaver/")
print("About:")
print("I decided to make Python the first project language file for this project (Meadows/Settings/Screensavers) as Python is the default language for writing Meadows components, as I chose it as the default language. It is best suited here, but will be accompanied by other languages. It is getting its own project language file, starting here.")
noMore = input("Press [ENTER] key to quit")
print("The program should now be closed. If the program is still running, try clicking/tapping the close button. If the program is still not responding, try ending the process with your preferred process/task manager.")
break
return projectLanguageFileOne()
break
"""
File info
# File type: Python 3 source file (*.py *.py3 *.pyt *.pyw)
# File version: 1 (2022, Friday, November 18th at 10:31 pm PST)
# Line count (including blank lines and compiler line): 24
"""
# End of script