Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg authored Oct 9, 2023
1 parent cbc6ca3 commit dad1294
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#! python3

# Version: MPL 1.1
"""
Version: MPL 1.1
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 the "License"; you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
The contents of this file are subject to the Mozilla Public License Version
1.1 the "License"; you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
# The Original Code is the open.mp server browser.
The Original Code is the open.mp server browser.
# The Initial Developer of the Original Code is Adib "adib_yg".
# Portions created by the Initial Developer are Copyright (c) 2023
# the Initial Developer. All Rights Reserved.
The Initial Developer of the Original Code is Adib "adib_yg".
Portions created by the Initial Developer are Copyright (c) 2023
the Initial Developer. All Rights Reserved.
# Contributor(s):
# -
Contributor(s):
-
# Special Thanks to:
# open.mp team
# icons8.com
Special Thanks to:
open.mp team
icons8.com
"""

from PyQt5 import QtWidgets, QtGui, QtCore, QtTest, uic
from psutil import process_iter
Expand Down

0 comments on commit dad1294

Please sign in to comment.