generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.pyt
24 lines (24 loc) · 1.25 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
24
#!/usr/bin/env python
# Start of script
# Project language file 1
# For: uOffice_SpellCheck
# About
# I decided to make Python the first project language file for this project (uOffice/SpellCheck) as Python is the default language for writing uOffice components, as I chose it as the default language. It is getting its own project language file, starting here.
class projectLanguageFileOne():
print("Project language file 1")
print("For: uOffice_SpellCheck")
print("About:")
print("I decided to make Python the first project language file for this project (uOffice/SpellCheck) as Python is the default language for writing uOffice components, as I chose it as the default language. 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
return 0
"""
File info
# File type: Python 3 source file (*.py *.py3 *.pyw *.pyt)
# File version: 1 (2022, Friday, August 19th at 6:53 pm PST)
# Line count (including blank lines and compiler line): 25
"""
# End of script